Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ Skip
Method
Skip
tsdb/encoding/encoding.go:190–196 ·
view source on GitHub ↗
(l int)
Source
from the content-addressed store, hash-verified
188
}
189
190
func
(d *Decbuf) Skip(l int) {
191
if
len(d.B) < l {
192
d.E = ErrInvalidSize
193
return
194
}
195
d.B = d.B[l:]
196
}
197
198
func
(d *Decbuf) UvarintStr() string {
199
return
string(d.UvarintBytes())
Callers
15
Lookup
Method · 0.95
ReverseLookup
Method · 0.95
TestPopulateWithTombSeriesIterators
Function · 0.80
TestSparseHistogramSpaceSavings
Function · 0.80
TestDBCannotSeePartialCommits
Function · 0.80
TestDBQueryDoesntSeeAppendsAfterCreation
Function · 0.80
TestQuerier_ShouldNotPanicIfHeadChunkIsTruncatedWhileReadingQueriedChunks
Function · 0.80
TestChunkQuerier_ShouldNotPanicIfHeadChunkIsTruncatedWhileReadingQueriedChunks
Function · 0.80
TestMemSeriesIsolation
Function · 0.80
TestIsolationRollback
Function · 0.80
TestIsolationLowWatermarkMonotonous
Function · 0.80
TestIsolationAppendIDZeroIsNoop
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestPopulateWithTombSeriesIterators
Function · 0.64
TestSparseHistogramSpaceSavings
Function · 0.64
TestDBCannotSeePartialCommits
Function · 0.64
TestDBQueryDoesntSeeAppendsAfterCreation
Function · 0.64
TestQuerier_ShouldNotPanicIfHeadChunkIsTruncatedWhileReadingQueriedChunks
Function · 0.64
TestChunkQuerier_ShouldNotPanicIfHeadChunkIsTruncatedWhileReadingQueriedChunks
Function · 0.64
TestMemSeriesIsolation
Function · 0.64
TestIsolationRollback
Function · 0.64
TestIsolationLowWatermarkMonotonous
Function · 0.64
TestIsolationAppendIDZeroIsNoop
Function · 0.64
TestIsolationWithoutAdd
Function · 0.64
TestHeadAppenderV2_MemSeriesIsolation
Function · 0.64