MCPcopy
hub / github.com/prometheus/prometheus / appendableV2Func

FuncType appendableV2Func

scrape/scrape_test.go:867–867  ·  view source on GitHub ↗
func(ctx context.Context) storage.AppenderV2

Source from the content-addressed store, hash-verified

865}
866
867type appendableV2Func func(ctx context.Context) storage.AppenderV2
868
869func (a appendableV2Func) AppenderV2(ctx context.Context) storage.AppenderV2 { return a(ctx) }
870

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…