MCPcopy
hub / github.com/prometheus/prometheus / Err

Method Err

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

Source from the content-addressed store, hash-verified

304}
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

Callers 12

SeriesMethod · 0.95
MetadataMethod · 0.95
TombstonesMethod · 0.95
MmapMarkersMethod · 0.95
NewTOCFromByteSliceFunction · 0.95
LookupMethod · 0.95
ReverseLookupMethod · 0.95
LabelNamesOffsetsForMethod · 0.95
SeriesMethod · 0.95
DecodeFunction · 0.95
ReadTombstonesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected