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

Method NumKeyValBytes

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

NumKeyValBytes returns the number of bytes used for key-val data.

()

Source from the content-addressed store, hash-verified

54
55 // NumKeyValBytes returns the number of bytes used for key-val data.
56 NumKeyValBytes() (uint64, uint64)
57
58 // Get returns the operation and value associated with the given key.
59 // If the key does not exist, the operation is 0, and the val is nil.

Callers 2

StatsMethod · 0.65
mergeMethod · 0.65

Implementers 1

segmentsegment.go

Calls

no outgoing calls

Tested by

no test coverage detected