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