| 2798 | } |
| 2799 | |
| 2800 | type closeCountingQuery struct{ closeCalls int } |
| 2801 | |
| 2802 | func (*closeCountingQuery) Exec(context.Context) *promql.Result { |
| 2803 | return &promql.Result{Value: promql.Vector{}} |
nothing calls this directly
no outgoing calls
no test coverage detected