String implements Stringer (human readable name).
()
| 38 | Name() []byte |
| 39 | // String implements Stringer (human readable name). |
| 40 | String() string |
| 41 | |
| 42 | // IsSafeRangeBucket is a hack to avoid inadvertently reading duplicate keys; |
| 43 | // overwrites on a bucket should only fetch with limit=1, but safeRangeBucket |
no outgoing calls