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

Function TestScrapeLoopAppendCacheEntryButErrNotFound

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

Source from the content-addressed store, hash-verified

3130}
3131
3132func TestScrapeLoopAppendCacheEntryButErrNotFound(t *testing.T) {
3133 foreachAppendable(t, func(t *testing.T, appV2 bool) {
3134 testScrapeLoopAppendCacheEntryButErrNotFound(t, appV2)
3135 })
3136}
3137
3138func testScrapeLoopAppendCacheEntryButErrNotFound(t *testing.T, appV2 bool) {
3139 appTest := teststorage.NewAppendable()

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…