MCPcopy Create free account
hub / github.com/couchbase/moss / Len

Method Len

segment.go:53–53  ·  view source on GitHub ↗

Len returns the number of ops in the segment.

()

Source from the content-addressed store, hash-verified

51
52 // Len returns the number of ops in the segment.
53 Len() int
54
55 // NumKeyValBytes returns the number of bytes used for key-val data.
56 NumKeyValBytes() (uint64, uint64)

Callers 8

isEmptyMethod · 0.65
persistSegmentsMethod · 0.65
buildStackDirtyTopMethod · 0.65
updateStatsMethod · 0.65
StatsMethod · 0.65
calcTargetTopLevelMethod · 0.65
mergeMethod · 0.65
mergerMainMethod · 0.65

Implementers 1

segmentsegment.go

Calls

no outgoing calls

Tested by

no test coverage detected