MCPcopy
hub / github.com/prometheus/prometheus / Len

Method Len

tsdb/encoding/encoding.go:307–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305
306func (d *Decbuf) Err() error { return d.E }
307func (d *Decbuf) Len() int { return len(d.B) }
308func (d *Decbuf) Get() []byte { return d.B }
309
310// ByteSlice abstracts a byte slice.

Callers 5

TombstonesMethod · 0.95
MmapMarkersMethod · 0.95
ReverseLookupMethod · 0.95
DecodeFunction · 0.95

Calls

no outgoing calls