| 163 | const defaultMaxRangeSize = 1_000_000 |
| 164 | |
| 165 | type listsLib struct { |
| 166 | version uint32 |
| 167 | maxRangeSize int64 |
| 168 | } |
| 169 | |
| 170 | // LibraryName implements the SingletonLibrary interface method. |
| 171 | func (listsLib) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected