MCPcopy
hub / github.com/prometheus/prometheus / Get

Method Get

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

Source from the content-addressed store, hash-verified

37
38func (e *Encbuf) Reset() { e.B = e.B[:0] }
39func (e *Encbuf) Get() []byte { return e.B }
40func (e *Encbuf) Len() int { return len(e.B) }
41
42func (e *Encbuf) PutString(s string) { e.B = append(e.B, s...) }

Callers 15

ChunkSnapshotMethod · 0.95
SeriesMethod · 0.95
MetadataMethod · 0.95
samplesV1Method · 0.95
samplesV2Method · 0.95
TombstonesMethod · 0.95
ExemplarsMethod · 0.95
MmapMarkersMethod · 0.95
histogramSamplesV1Method · 0.95
histogramSamplesV2Method · 0.95

Calls

no outgoing calls

Tested by 2

TestSymbolsFunction · 0.76