mappingSetFunctions implements segment.Functions for MappingSet.
| 54 | |
| 55 | // mappingSetFunctions implements segment.Functions for MappingSet. |
| 56 | type mappingSetFunctions struct{} |
| 57 | |
| 58 | // MinKey implements segment.Functions.MinKey. |
| 59 | func (mappingSetFunctions) MinKey() uint64 { |
nothing calls this directly
no outgoing calls
no test coverage detected