We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a345e commit 78b5918Copy full SHA for 78b5918
core/filtermaps/indexer.go
@@ -757,11 +757,6 @@ func (f *FilterMaps) applyUpdateBatch(u *updateBatch) {
757
}
758
759
760
-// updatedRangeLength returns the length of the updated filter map range.
761
-func (u *updateBatch) updatedRangeLength() uint32 {
762
- return u.afterLastMap - u.firstMap
763
-}
764
-
765
// headEpoch returns the head epoch index.
766
func (u *updateBatch) headEpoch() uint32 {
767
return uint32(u.headLvPointer >> (u.f.logValuesPerMap + u.f.logMapsPerEpoch))
0 commit comments