MCPcopy
hub / github.com/prometheus/prometheus / closeCountingQuery

Struct closeCountingQuery

rules/manager_test.go:2800–2800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2798}
2799
2800type closeCountingQuery struct{ closeCalls int }
2801
2802func (*closeCountingQuery) Exec(context.Context) *promql.Result {
2803 return &promql.Result{Value: promql.Vector{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected