Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
306
func
(d *Decbuf) Err() error {
return
d.E }
307
func
(d *Decbuf) Len() int {
return
len(d.B) }
308
func
(d *Decbuf) Get() []byte {
return
d.B }
309
310
// ByteSlice abstracts a byte slice.
Callers
5
TestSnapshotUnknownEncodingFallsBackToWAL
Function · 0.95
Tombstones
Method · 0.95
MmapMarkers
Method · 0.95
ReverseLookup
Method · 0.95
Decode
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestSnapshotUnknownEncodingFallsBackToWAL
Function · 0.76