MCPcopy
hub / github.com/prometheus/prometheus / rmChunkRefs

Function rmChunkRefs

tsdb/querier_test.go:1848–1852  ·  view source on GitHub ↗
(chks []chunks.Meta)

Source from the content-addressed store, hash-verified

1846}
1847
1848func rmChunkRefs(chks []chunks.Meta) {
1849 for i := range chks {
1850 chks[i].Ref = 0
1851 }
1852}
1853
1854func checkCurrVal(t *testing.T, valType chunkenc.ValueType, it *populateWithDelSeriesIterator, expectedTs, expectedValue int) {
1855 switch valType {

Callers 2

testBlockQuerierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…