MCPcopy
hub / github.com/prometheus/prometheus / Uvarint

Method Uvarint

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

Source from the content-addressed store, hash-verified

178}
179
180func (d *Decbuf) Uvarint() int { return int(d.Uvarint64()) }
181func (d *Decbuf) Uvarint32() uint32 { return uint32(d.Uvarint64()) }
182func (d *Decbuf) Be32int() int { return int(d.Be32()) }
183func (d *Decbuf) Be64int64() int64 { return int64(d.Be64()) }

Callers 15

MetadataMethod · 0.95
LabelNamesOffsetsForMethod · 0.95
SeriesMethod · 0.95
DecodeLabelsMethod · 0.80
DecodeHistogramFunction · 0.80
DecodeFloatHistogramFunction · 0.80
NewDecbufUvarintAtFunction · 0.80
Varint64Method · 0.80
Uvarint64Method · 0.80

Calls 1

Uvarint64Method · 0.95