-
Notifications
You must be signed in to change notification settings - Fork 13
/
coverage.txt
418 lines (418 loc) · 26.5 KB
/
coverage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
mode: atomic
github.com/creativecreature/sturdyc/examples/basic/main.go:10.13,31.2 11 0
github.com/creativecreature/sturdyc/examples/generics/main.go:15.52,17.2 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:19.94,21.86 2 0
github.com/creativecreature/sturdyc/examples/generics/main.go:21.86,23.34 2 0
github.com/creativecreature/sturdyc/examples/generics/main.go:23.34,25.4 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:26.3,26.23 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:28.2,28.76 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:31.98,33.89 2 0
github.com/creativecreature/sturdyc/examples/generics/main.go:33.89,35.34 2 0
github.com/creativecreature/sturdyc/examples/generics/main.go:35.34,37.4 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:38.3,38.23 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:40.2,40.76 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:43.13,72.58 13 0
github.com/creativecreature/sturdyc/examples/generics/main.go:72.58,74.3 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:75.2,75.66 1 0
github.com/creativecreature/sturdyc/examples/generics/main.go:75.66,77.3 1 0
github.com/creativecreature/sturdyc/examples/batch/main.go:18.45,20.2 1 0
github.com/creativecreature/sturdyc/examples/batch/main.go:22.86,28.86 2 0
github.com/creativecreature/sturdyc/examples/batch/main.go:28.86,34.34 3 0
github.com/creativecreature/sturdyc/examples/batch/main.go:34.34,36.4 1 0
github.com/creativecreature/sturdyc/examples/batch/main.go:37.3,37.23 1 0
github.com/creativecreature/sturdyc/examples/batch/main.go:40.2,40.55 1 0
github.com/creativecreature/sturdyc/examples/batch/main.go:43.13,80.28 15 0
github.com/creativecreature/sturdyc/examples/batch/main.go:80.28,89.3 6 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:21.60,23.2 1 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:25.113,34.86 2 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:34.86,37.34 3 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:37.34,39.4 1 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:40.3,40.23 1 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:42.2,42.55 1 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:45.13,104.32 24 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:104.32,108.3 3 0
github.com/creativecreature/sturdyc/examples/buffering/main.go:111.2,111.25 1 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:21.55,23.2 1 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:25.113,34.86 2 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:34.86,37.34 3 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:37.34,39.4 1 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:40.3,40.23 1 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:42.2,42.55 1 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:45.13,98.32 22 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:98.32,102.3 3 0
github.com/creativecreature/sturdyc/examples/permutations/main.go:105.2,105.25 1 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:15.45,17.2 1 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:19.68,21.53 1 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:21.53,24.3 2 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:25.2,25.38 1 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:28.13,67.27 11 0
github.com/creativecreature/sturdyc/examples/stampede/main.go:67.27,71.3 3 0
github.com/creativecreature/sturdyc/examples/missing/main.go:17.45,19.2 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:21.68,22.53 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:22.53,25.18 3 0
github.com/creativecreature/sturdyc/examples/missing/main.go:25.18,27.4 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:28.3,28.22 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:30.2,30.38 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:33.13,72.27 11 0
github.com/creativecreature/sturdyc/examples/missing/main.go:72.27,74.47 2 0
github.com/creativecreature/sturdyc/examples/missing/main.go:74.47,76.4 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:77.3,77.17 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:77.17,79.4 1 0
github.com/creativecreature/sturdyc/examples/missing/main.go:80.3,80.30 1 0
github.com/creativecreature/sturdyc/buffer.go:6.64,9.2 2 6
github.com/creativecreature/sturdyc/buffer.go:12.98,13.19 1 21
github.com/creativecreature/sturdyc/buffer.go:13.19,15.3 1 0
github.com/creativecreature/sturdyc/buffer.go:18.2,18.29 1 21
github.com/creativecreature/sturdyc/buffer.go:18.29,21.3 2 1
github.com/creativecreature/sturdyc/buffer.go:23.2,26.28 2 20
github.com/creativecreature/sturdyc/buffer.go:26.28,32.17 4 9
github.com/creativecreature/sturdyc/buffer.go:32.17,34.4 1 9
github.com/creativecreature/sturdyc/buffer.go:37.3,37.17 1 9
github.com/creativecreature/sturdyc/buffer.go:37.17,39.4 1 9
github.com/creativecreature/sturdyc/buffer.go:41.3,41.9 1 9
github.com/creativecreature/sturdyc/buffer.go:45.2,48.67 2 11
github.com/creativecreature/sturdyc/buffer.go:48.67,54.10 3 5
github.com/creativecreature/sturdyc/buffer.go:55.23,56.10 1 5
github.com/creativecreature/sturdyc/buffer.go:57.16,58.18 1 0
github.com/creativecreature/sturdyc/buffer.go:58.18,60.5 1 0
github.com/creativecreature/sturdyc/buffer.go:61.4,61.10 1 0
github.com/creativecreature/sturdyc/buffer.go:63.3,63.9 1 5
github.com/creativecreature/sturdyc/buffer.go:68.2,73.16 5 6
github.com/creativecreature/sturdyc/buffer.go:73.16,76.7 2 6
github.com/creativecreature/sturdyc/buffer.go:76.7,77.11 1 9
github.com/creativecreature/sturdyc/buffer.go:79.26,80.12 1 4
github.com/creativecreature/sturdyc/buffer.go:80.12,82.6 1 0
github.com/creativecreature/sturdyc/buffer.go:85.5,90.19 5 4
github.com/creativecreature/sturdyc/buffer.go:90.19,92.6 1 4
github.com/creativecreature/sturdyc/buffer.go:93.5,93.11 1 4
github.com/creativecreature/sturdyc/buffer.go:95.41,96.12 1 5
github.com/creativecreature/sturdyc/buffer.go:96.12,98.6 1 0
github.com/creativecreature/sturdyc/buffer.go:101.5,105.69 3 5
github.com/creativecreature/sturdyc/buffer.go:105.69,107.14 2 3
github.com/creativecreature/sturdyc/buffer.go:111.5,111.16 1 2
github.com/creativecreature/sturdyc/buffer.go:111.16,113.6 1 0
github.com/creativecreature/sturdyc/buffer.go:116.5,124.19 6 2
github.com/creativecreature/sturdyc/buffer.go:124.19,126.6 1 2
github.com/creativecreature/sturdyc/buffer.go:129.5,129.32 1 2
github.com/creativecreature/sturdyc/buffer.go:129.32,130.20 1 1
github.com/creativecreature/sturdyc/buffer.go:130.20,132.7 1 1
github.com/creativecreature/sturdyc/buffer.go:134.5,134.11 1 2
github.com/creativecreature/sturdyc/cache.go:75.112,87.27 4 53
github.com/creativecreature/sturdyc/cache.go:87.27,89.3 1 68
github.com/creativecreature/sturdyc/cache.go:91.2,97.33 4 52
github.com/creativecreature/sturdyc/cache.go:97.33,99.3 1 1870
github.com/creativecreature/sturdyc/cache.go:100.2,106.15 4 40
github.com/creativecreature/sturdyc/cache.go:110.38,111.12 1 40
github.com/creativecreature/sturdyc/cache.go:111.12,114.20 3 40
github.com/creativecreature/sturdyc/cache.go:114.20,115.32 1 114
github.com/creativecreature/sturdyc/cache.go:115.32,117.5 1 102
github.com/creativecreature/sturdyc/cache.go:118.4,119.51 2 114
github.com/creativecreature/sturdyc/cache.go:125.52,128.30 3 1160831
github.com/creativecreature/sturdyc/cache.go:128.30,130.3 1 1136218
github.com/creativecreature/sturdyc/cache.go:131.2,131.29 1 1160831
github.com/creativecreature/sturdyc/cache.go:135.52,136.30 1 6390
github.com/creativecreature/sturdyc/cache.go:136.30,138.3 1 3379
github.com/creativecreature/sturdyc/cache.go:139.2,139.15 1 3011
github.com/creativecreature/sturdyc/cache.go:139.15,142.3 2 4
github.com/creativecreature/sturdyc/cache.go:143.2,143.30 1 3007
github.com/creativecreature/sturdyc/cache.go:146.77,151.2 4 6384
github.com/creativecreature/sturdyc/cache.go:153.47,158.2 4 6
github.com/creativecreature/sturdyc/cache.go:161.80,164.2 2 1144438
github.com/creativecreature/sturdyc/cache.go:167.51,169.2 1 1143302
github.com/creativecreature/sturdyc/cache.go:172.74,174.33 2 1
github.com/creativecreature/sturdyc/cache.go:174.33,176.14 2 10
github.com/creativecreature/sturdyc/cache.go:176.14,178.4 1 0
github.com/creativecreature/sturdyc/cache.go:180.2,180.26 1 1
github.com/creativecreature/sturdyc/cache.go:184.32,186.33 2 13
github.com/creativecreature/sturdyc/cache.go:186.33,188.3 1 2101
github.com/creativecreature/sturdyc/cache.go:189.2,189.12 1 13
github.com/creativecreature/sturdyc/cache.go:193.40,196.2 2 10003
github.com/creativecreature/sturdyc/clock.go:17.28,19.2 1 53
github.com/creativecreature/sturdyc/clock.go:21.37,23.2 1 1134770
github.com/creativecreature/sturdyc/clock.go:25.75,28.2 2 20
github.com/creativecreature/sturdyc/clock.go:30.79,33.2 2 0
github.com/creativecreature/sturdyc/clock.go:55.46,61.2 5 20
github.com/creativecreature/sturdyc/clock.go:63.38,67.22 3 326
github.com/creativecreature/sturdyc/clock.go:67.22,68.33 1 0
github.com/creativecreature/sturdyc/clock.go:71.2,72.35 2 326
github.com/creativecreature/sturdyc/clock.go:72.35,73.84 1 323
github.com/creativecreature/sturdyc/clock.go:73.84,77.11 3 113
github.com/creativecreature/sturdyc/clock.go:78.29,78.29 0 113
github.com/creativecreature/sturdyc/clock.go:79.12,79.12 0 0
github.com/creativecreature/sturdyc/clock.go:84.2,85.33 2 326
github.com/creativecreature/sturdyc/clock.go:85.33,86.60 1 12
github.com/creativecreature/sturdyc/clock.go:86.60,88.12 2 1
github.com/creativecreature/sturdyc/clock.go:90.3,91.21 2 11
github.com/creativecreature/sturdyc/clock.go:93.2,93.26 1 326
github.com/creativecreature/sturdyc/clock.go:96.42,98.2 1 326
github.com/creativecreature/sturdyc/clock.go:100.37,104.2 3 30205
github.com/creativecreature/sturdyc/clock.go:106.75,114.17 7 20
github.com/creativecreature/sturdyc/clock.go:114.17,116.3 1 0
github.com/creativecreature/sturdyc/clock.go:118.2,118.17 1 20
github.com/creativecreature/sturdyc/clock.go:121.79,129.12 5 11
github.com/creativecreature/sturdyc/clock.go:129.12,131.26 2 0
github.com/creativecreature/sturdyc/clock.go:131.26,131.42 1 0
github.com/creativecreature/sturdyc/clock.go:134.2,136.22 3 11
github.com/creativecreature/sturdyc/clock.go:136.22,138.3 1 7
github.com/creativecreature/sturdyc/clock.go:140.2,140.17 1 11
github.com/creativecreature/sturdyc/cutoff.go:5.54,8.30 3 215260
github.com/creativecreature/sturdyc/cutoff.go:8.30,9.29 1 10426577
github.com/creativecreature/sturdyc/cutoff.go:9.29,12.4 2 6618960
github.com/creativecreature/sturdyc/cutoff.go:14.2,15.10 2 215260
github.com/creativecreature/sturdyc/cutoff.go:18.65,19.16 1 225579
github.com/creativecreature/sturdyc/cutoff.go:19.16,21.14 2 215260
github.com/creativecreature/sturdyc/cutoff.go:21.14,23.4 1 20565
github.com/creativecreature/sturdyc/cutoff.go:23.9,23.20 1 194695
github.com/creativecreature/sturdyc/cutoff.go:23.20,25.4 1 34737
github.com/creativecreature/sturdyc/cutoff.go:26.3,26.42 1 159958
github.com/creativecreature/sturdyc/cutoff.go:30.2,30.19 1 10319
github.com/creativecreature/sturdyc/cutoff.go:34.66,35.21 1 30887
github.com/creativecreature/sturdyc/cutoff.go:35.21,37.3 1 1
github.com/creativecreature/sturdyc/cutoff.go:38.2,38.38 1 30886
github.com/creativecreature/sturdyc/cutoff.go:38.38,40.3 1 2
github.com/creativecreature/sturdyc/cutoff.go:42.2,46.12 3 30884
github.com/creativecreature/sturdyc/cutoff.go:46.12,48.3 1 117
github.com/creativecreature/sturdyc/cutoff.go:49.2,49.38 1 30884
github.com/creativecreature/sturdyc/errors.go:27.61,28.16 1 0
github.com/creativecreature/sturdyc/errors.go:28.16,30.3 1 0
github.com/creativecreature/sturdyc/errors.go:31.2,31.82 1 0
github.com/creativecreature/sturdyc/fetch.go:9.108,12.74 2 8
github.com/creativecreature/sturdyc/fetch.go:12.74,16.3 3 1
github.com/creativecreature/sturdyc/fetch.go:18.2,18.16 1 7
github.com/creativecreature/sturdyc/fetch.go:18.16,20.3 1 0
github.com/creativecreature/sturdyc/fetch.go:22.2,23.9 2 7
github.com/creativecreature/sturdyc/fetch.go:23.9,25.3 1 0
github.com/creativecreature/sturdyc/fetch.go:27.2,28.22 2 7
github.com/creativecreature/sturdyc/fetch.go:31.144,33.16 2 18
github.com/creativecreature/sturdyc/fetch.go:33.16,35.3 1 2
github.com/creativecreature/sturdyc/fetch.go:38.2,38.47 1 16
github.com/creativecreature/sturdyc/fetch.go:38.47,39.26 1 1
github.com/creativecreature/sturdyc/fetch.go:39.26,40.34 1 4
github.com/creativecreature/sturdyc/fetch.go:40.34,43.5 2 4
github.com/creativecreature/sturdyc/fetch.go:48.2,48.35 1 16
github.com/creativecreature/sturdyc/fetch.go:48.35,50.10 2 448
github.com/creativecreature/sturdyc/fetch.go:50.10,51.12 1 0
github.com/creativecreature/sturdyc/fetch.go:53.3,53.36 1 448
github.com/creativecreature/sturdyc/fetch.go:56.2,56.22 1 16
github.com/creativecreature/sturdyc/fetch.go:59.105,64.25 4 1431
github.com/creativecreature/sturdyc/fetch.go:64.25,69.20 3 4554
github.com/creativecreature/sturdyc/fetch.go:69.20,71.4 1 108
github.com/creativecreature/sturdyc/fetch.go:73.3,73.19 1 4554
github.com/creativecreature/sturdyc/fetch.go:73.19,74.12 1 4
github.com/creativecreature/sturdyc/fetch.go:77.3,77.14 1 4550
github.com/creativecreature/sturdyc/fetch.go:77.14,79.12 2 454
github.com/creativecreature/sturdyc/fetch.go:82.3,82.19 1 4096
github.com/creativecreature/sturdyc/fetch.go:84.2,84.32 1 1431
github.com/creativecreature/sturdyc/fetch.go:92.94,96.19 2 1112
github.com/creativecreature/sturdyc/fetch.go:96.19,97.17 1 11
github.com/creativecreature/sturdyc/fetch.go:97.17,99.4 1 11
github.com/creativecreature/sturdyc/fetch.go:102.2,102.18 1 1112
github.com/creativecreature/sturdyc/fetch.go:102.18,104.3 1 1
github.com/creativecreature/sturdyc/fetch.go:106.2,106.8 1 1111
github.com/creativecreature/sturdyc/fetch.go:106.8,108.3 1 1105
github.com/creativecreature/sturdyc/fetch.go:110.2,110.44 1 6
github.com/creativecreature/sturdyc/fetch.go:114.103,116.2 1 1108
github.com/creativecreature/sturdyc/fetch.go:123.130,127.27 2 1229
github.com/creativecreature/sturdyc/fetch.go:127.27,128.17 1 22
github.com/creativecreature/sturdyc/fetch.go:128.17,129.25 1 22
github.com/creativecreature/sturdyc/fetch.go:129.25,132.5 2 11
github.com/creativecreature/sturdyc/fetch.go:133.4,133.48 1 11
github.com/creativecreature/sturdyc/fetch.go:138.2,138.27 1 1229
github.com/creativecreature/sturdyc/fetch.go:138.27,140.3 1 1213
github.com/creativecreature/sturdyc/fetch.go:142.2,143.16 2 16
github.com/creativecreature/sturdyc/fetch.go:143.16,144.29 1 2
github.com/creativecreature/sturdyc/fetch.go:144.29,146.4 1 2
github.com/creativecreature/sturdyc/fetch.go:147.3,147.28 1 0
github.com/creativecreature/sturdyc/fetch.go:150.2,151.27 2 14
github.com/creativecreature/sturdyc/fetch.go:155.139,157.2 1 1225
github.com/creativecreature/sturdyc/keys.go:11.42,13.29 1 73
github.com/creativecreature/sturdyc/keys.go:13.29,15.3 1 0
github.com/creativecreature/sturdyc/keys.go:17.2,17.17 1 73
github.com/creativecreature/sturdyc/keys.go:17.17,19.3 1 2
github.com/creativecreature/sturdyc/keys.go:21.2,22.31 2 71
github.com/creativecreature/sturdyc/keys.go:22.31,24.3 1 209
github.com/creativecreature/sturdyc/keys.go:26.2,26.40 1 71
github.com/creativecreature/sturdyc/keys.go:29.49,33.19 2 11
github.com/creativecreature/sturdyc/keys.go:33.19,35.3 1 0
github.com/creativecreature/sturdyc/keys.go:38.2,40.25 2 11
github.com/creativecreature/sturdyc/keys.go:40.25,42.3 1 0
github.com/creativecreature/sturdyc/keys.go:44.2,44.35 1 11
github.com/creativecreature/sturdyc/keys.go:47.54,52.23 5 5
github.com/creativecreature/sturdyc/keys.go:52.23,55.3 2 1
github.com/creativecreature/sturdyc/keys.go:55.8,58.3 2 4
github.com/creativecreature/sturdyc/keys.go:59.2,62.75 4 5
github.com/creativecreature/sturdyc/keys.go:66.56,67.52 1 6
github.com/creativecreature/sturdyc/keys.go:67.52,68.26 1 6
github.com/creativecreature/sturdyc/keys.go:68.26,69.34 1 6
github.com/creativecreature/sturdyc/keys.go:69.34,71.5 1 5
github.com/creativecreature/sturdyc/keys.go:72.4,72.50 1 1
github.com/creativecreature/sturdyc/keys.go:76.2,76.53 1 0
github.com/creativecreature/sturdyc/keys.go:76.53,77.26 1 0
github.com/creativecreature/sturdyc/keys.go:77.26,78.34 1 0
github.com/creativecreature/sturdyc/keys.go:78.34,80.5 1 0
github.com/creativecreature/sturdyc/keys.go:81.4,81.50 1 0
github.com/creativecreature/sturdyc/keys.go:84.2,84.21 1 0
github.com/creativecreature/sturdyc/keys.go:90.88,98.29 5 74
github.com/creativecreature/sturdyc/keys.go:98.29,100.3 1 0
github.com/creativecreature/sturdyc/keys.go:102.2,102.32 1 74
github.com/creativecreature/sturdyc/keys.go:102.32,103.32 1 0
github.com/creativecreature/sturdyc/keys.go:106.2,106.36 1 74
github.com/creativecreature/sturdyc/keys.go:106.36,110.28 2 229
github.com/creativecreature/sturdyc/keys.go:110.28,111.12 1 1
github.com/creativecreature/sturdyc/keys.go:114.3,114.12 1 228
github.com/creativecreature/sturdyc/keys.go:114.12,116.4 1 154
github.com/creativecreature/sturdyc/keys.go:118.3,118.34 1 228
github.com/creativecreature/sturdyc/keys.go:118.34,119.21 1 12
github.com/creativecreature/sturdyc/keys.go:119.21,121.13 2 6
github.com/creativecreature/sturdyc/keys.go:124.4,124.24 1 6
github.com/creativecreature/sturdyc/keys.go:128.3,128.23 1 222
github.com/creativecreature/sturdyc/keys.go:129.22,130.21 1 75
github.com/creativecreature/sturdyc/keys.go:130.21,132.5 1 2
github.com/creativecreature/sturdyc/keys.go:132.10,135.5 2 73
github.com/creativecreature/sturdyc/keys.go:136.23,137.51 1 6
github.com/creativecreature/sturdyc/keys.go:137.51,139.13 2 6
github.com/creativecreature/sturdyc/keys.go:141.4,141.56 1 0
github.com/creativecreature/sturdyc/keys.go:142.11,143.56 1 141
github.com/creativecreature/sturdyc/keys.go:147.2,147.20 1 74
github.com/creativecreature/sturdyc/keys.go:152.53,153.32 1 1429
github.com/creativecreature/sturdyc/keys.go:153.32,155.3 1 5994
github.com/creativecreature/sturdyc/keys.go:163.94,164.32 1 6
github.com/creativecreature/sturdyc/keys.go:164.32,167.3 2 68
github.com/creativecreature/sturdyc/options.go:8.51,9.25 1 9
github.com/creativecreature/sturdyc/options.go:9.25,12.3 2 9
github.com/creativecreature/sturdyc/options.go:16.36,17.25 1 20
github.com/creativecreature/sturdyc/options.go:17.25,19.3 1 20
github.com/creativecreature/sturdyc/options.go:23.58,24.25 1 2
github.com/creativecreature/sturdyc/options.go:24.25,26.3 1 2
github.com/creativecreature/sturdyc/options.go:34.116,35.25 1 21
github.com/creativecreature/sturdyc/options.go:35.25,41.3 5 21
github.com/creativecreature/sturdyc/options.go:48.78,49.25 1 8
github.com/creativecreature/sturdyc/options.go:49.25,55.3 5 8
github.com/creativecreature/sturdyc/options.go:61.55,62.25 1 4
github.com/creativecreature/sturdyc/options.go:62.25,64.3 1 4
github.com/creativecreature/sturdyc/options.go:69.40,70.25 1 0
github.com/creativecreature/sturdyc/options.go:70.25,72.3 1 0
github.com/creativecreature/sturdyc/options.go:77.65,78.25 1 4
github.com/creativecreature/sturdyc/options.go:78.25,81.3 2 4
github.com/creativecreature/sturdyc/options.go:85.102,86.19 1 52
github.com/creativecreature/sturdyc/options.go:86.19,87.43 1 1
github.com/creativecreature/sturdyc/options.go:90.2,90.20 1 51
github.com/creativecreature/sturdyc/options.go:90.20,91.44 1 0
github.com/creativecreature/sturdyc/options.go:94.2,94.14 1 51
github.com/creativecreature/sturdyc/options.go:94.14,95.38 1 1
github.com/creativecreature/sturdyc/options.go:98.2,98.56 1 50
github.com/creativecreature/sturdyc/options.go:98.56,99.56 1 2
github.com/creativecreature/sturdyc/options.go:102.2,102.50 1 48
github.com/creativecreature/sturdyc/options.go:102.50,103.72 1 1
github.com/creativecreature/sturdyc/options.go:106.2,106.46 1 47
github.com/creativecreature/sturdyc/options.go:106.46,107.44 1 1
github.com/creativecreature/sturdyc/options.go:110.2,110.50 1 46
github.com/creativecreature/sturdyc/options.go:110.50,111.48 1 1
github.com/creativecreature/sturdyc/options.go:114.2,114.30 1 45
github.com/creativecreature/sturdyc/options.go:114.30,115.51 1 1
github.com/creativecreature/sturdyc/options.go:118.2,118.45 1 44
github.com/creativecreature/sturdyc/options.go:118.45,119.71 1 1
github.com/creativecreature/sturdyc/options.go:122.2,122.28 1 43
github.com/creativecreature/sturdyc/options.go:122.28,123.61 1 1
github.com/creativecreature/sturdyc/options.go:126.2,126.70 1 42
github.com/creativecreature/sturdyc/options.go:126.70,127.59 1 2
github.com/creativecreature/sturdyc/passthrough.go:14.97,15.39 1 202
github.com/creativecreature/sturdyc/passthrough.go:15.39,17.82 1 200
github.com/creativecreature/sturdyc/passthrough.go:17.82,18.18 1 149
github.com/creativecreature/sturdyc/passthrough.go:18.18,20.5 1 149
github.com/creativecreature/sturdyc/passthrough.go:22.3,22.20 1 200
github.com/creativecreature/sturdyc/passthrough.go:24.2,24.44 1 2
github.com/creativecreature/sturdyc/passthrough.go:28.106,31.2 2 202
github.com/creativecreature/sturdyc/passthrough.go:39.133,44.26 2 202
github.com/creativecreature/sturdyc/passthrough.go:44.26,46.43 2 2
github.com/creativecreature/sturdyc/passthrough.go:46.43,48.4 1 0
github.com/creativecreature/sturdyc/passthrough.go:49.3,49.18 1 2
github.com/creativecreature/sturdyc/passthrough.go:53.2,53.81 1 200
github.com/creativecreature/sturdyc/passthrough.go:53.81,54.17 1 143
github.com/creativecreature/sturdyc/passthrough.go:54.17,55.30 1 143
github.com/creativecreature/sturdyc/passthrough.go:55.30,58.5 2 0
github.com/creativecreature/sturdyc/passthrough.go:59.4,59.39 1 143
github.com/creativecreature/sturdyc/passthrough.go:63.2,63.27 1 200
github.com/creativecreature/sturdyc/passthrough.go:67.142,70.2 2 202
github.com/creativecreature/sturdyc/refresh.go:8.61,10.16 2 160
github.com/creativecreature/sturdyc/refresh.go:10.16,11.61 1 9
github.com/creativecreature/sturdyc/refresh.go:11.61,13.4 1 1
github.com/creativecreature/sturdyc/refresh.go:14.3,14.38 1 9
github.com/creativecreature/sturdyc/refresh.go:14.38,16.4 1 1
github.com/creativecreature/sturdyc/refresh.go:17.3,17.9 1 9
github.com/creativecreature/sturdyc/refresh.go:19.2,19.36 1 151
github.com/creativecreature/sturdyc/refresh.go:22.86,23.30 1 170
github.com/creativecreature/sturdyc/refresh.go:23.30,25.3 1 2
github.com/creativecreature/sturdyc/refresh.go:27.2,28.16 2 170
github.com/creativecreature/sturdyc/refresh.go:28.16,30.3 1 7
github.com/creativecreature/sturdyc/refresh.go:33.2,33.25 1 163
github.com/creativecreature/sturdyc/refresh.go:33.25,37.17 3 516
github.com/creativecreature/sturdyc/refresh.go:37.17,38.12 1 454
github.com/creativecreature/sturdyc/refresh.go:41.3,41.47 1 62
github.com/creativecreature/sturdyc/refresh.go:41.47,43.4 1 2
github.com/creativecreature/sturdyc/refresh.go:45.3,45.35 1 62
github.com/creativecreature/sturdyc/refresh.go:45.35,47.4 1 60
github.com/creativecreature/sturdyc/refresh.go:51.2,51.35 1 163
github.com/creativecreature/sturdyc/refresh.go:51.35,53.3 1 454
github.com/creativecreature/sturdyc/safe.go:10.24,11.12 1 356
github.com/creativecreature/sturdyc/safe.go:11.12,12.16 1 356
github.com/creativecreature/sturdyc/safe.go:12.16,13.36 1 356
github.com/creativecreature/sturdyc/safe.go:13.36,16.5 1 0
github.com/creativecreature/sturdyc/safe.go:18.3,18.7 1 356
github.com/creativecreature/sturdyc/safe.go:22.52,23.46 1 1310
github.com/creativecreature/sturdyc/safe.go:23.46,25.17 2 164
github.com/creativecreature/sturdyc/safe.go:25.17,28.4 2 8
github.com/creativecreature/sturdyc/safe.go:29.3,29.34 1 156
github.com/creativecreature/sturdyc/safe.go:29.34,31.4 1 156
github.com/creativecreature/sturdyc/safe.go:32.3,33.30 2 0
github.com/creativecreature/sturdyc/safe.go:37.52,38.16 1 1310
github.com/creativecreature/sturdyc/safe.go:38.16,41.3 2 2
github.com/creativecreature/sturdyc/safe.go:43.2,44.9 2 1308
github.com/creativecreature/sturdyc/safe.go:44.9,46.3 1 0
github.com/creativecreature/sturdyc/safe.go:48.2,48.15 1 1308
github.com/creativecreature/sturdyc/safe.go:51.67,52.71 1 1427
github.com/creativecreature/sturdyc/safe.go:52.71,54.17 2 184
github.com/creativecreature/sturdyc/safe.go:54.17,56.4 1 9
github.com/creativecreature/sturdyc/safe.go:58.3,59.27 2 175
github.com/creativecreature/sturdyc/safe.go:59.27,60.33 1 889
github.com/creativecreature/sturdyc/safe.go:60.33,62.5 1 889
github.com/creativecreature/sturdyc/safe.go:65.3,65.19 1 175
github.com/creativecreature/sturdyc/safe.go:69.82,71.28 2 1427
github.com/creativecreature/sturdyc/safe.go:71.28,72.32 1 4528
github.com/creativecreature/sturdyc/safe.go:72.32,74.4 1 4528
github.com/creativecreature/sturdyc/safe.go:76.2,76.18 1 1427
github.com/creativecreature/sturdyc/shard.go:19.102,27.2 1 1870
github.com/creativecreature/sturdyc/shard.go:29.31,33.2 3 2101
github.com/creativecreature/sturdyc/shard.go:36.35,41.30 4 114
github.com/creativecreature/sturdyc/shard.go:41.30,42.39 1 10008
github.com/creativecreature/sturdyc/shard.go:42.39,45.4 2 10000
github.com/creativecreature/sturdyc/shard.go:47.2,47.52 1 114
github.com/creativecreature/sturdyc/shard.go:47.52,49.3 1 100
github.com/creativecreature/sturdyc/shard.go:54.33,55.30 1 30880
github.com/creativecreature/sturdyc/shard.go:55.30,57.3 1 30593
github.com/creativecreature/sturdyc/shard.go:59.2,60.30 2 30880
github.com/creativecreature/sturdyc/shard.go:60.30,62.3 1 3496322
github.com/creativecreature/sturdyc/shard.go:64.2,66.32 3 30880
github.com/creativecreature/sturdyc/shard.go:66.32,67.33 1 3496322
github.com/creativecreature/sturdyc/shard.go:67.33,70.4 2 134878
github.com/creativecreature/sturdyc/shard.go:72.2,72.52 1 30880
github.com/creativecreature/sturdyc/shard.go:72.52,74.3 1 29305
github.com/creativecreature/sturdyc/shard.go:77.74,80.9 3 6390
github.com/creativecreature/sturdyc/shard.go:80.9,83.3 2 463
github.com/creativecreature/sturdyc/shard.go:85.2,85.41 1 5927
github.com/creativecreature/sturdyc/shard.go:85.41,88.3 2 0
github.com/creativecreature/sturdyc/shard.go:90.2,91.19 2 5927
github.com/creativecreature/sturdyc/shard.go:91.19,99.43 3 141
github.com/creativecreature/sturdyc/shard.go:99.43,102.4 2 4
github.com/creativecreature/sturdyc/shard.go:105.3,110.63 5 137
github.com/creativecreature/sturdyc/shard.go:113.2,114.54 2 5786
github.com/creativecreature/sturdyc/shard.go:118.72,127.39 4 1144438
github.com/creativecreature/sturdyc/shard.go:127.39,129.3 1 900
github.com/creativecreature/sturdyc/shard.go:131.2,131.11 1 1143538
github.com/creativecreature/sturdyc/shard.go:131.11,133.3 1 30880
github.com/creativecreature/sturdyc/shard.go:135.2,143.24 3 1143538
github.com/creativecreature/sturdyc/shard.go:143.24,147.43 2 713
github.com/creativecreature/sturdyc/shard.go:147.43,149.4 1 711
github.com/creativecreature/sturdyc/shard.go:150.3,151.35 2 713
github.com/creativecreature/sturdyc/shard.go:154.2,155.14 2 1143538
github.com/creativecreature/sturdyc/shard.go:158.39,162.2 3 10003