MCPcopy Index your code
hub / github.com/prometheus/prometheus / TestScrapeLoopCompression

Function TestScrapeLoopCompression

scrape/scrape_test.go:6426–6430  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6424}
6425
6426func TestScrapeLoopCompression(t *testing.T) {
6427 foreachAppendable(t, func(t *testing.T, appV2 bool) {
6428 testScrapeLoopCompression(t, appV2)
6429 })
6430}
6431
6432func testScrapeLoopCompression(t *testing.T, appV2 bool) {
6433 s := teststorage.New(t)

Callers

nothing calls this directly

Calls 2

foreachAppendableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…