MCPcopy
hub / github.com/prometheus/prometheus / appendableFunc

FuncType appendableFunc

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

Source from the content-addressed store, hash-verified

3172}
3173
3174type appendableFunc func(ctx context.Context) storage.Appender
3175
3176func (a appendableFunc) Appender(ctx context.Context) storage.Appender { return a(ctx) }
3177

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…