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