MCPcopy Create free account
hub / github.com/cortexproject/cortex / Do

Method Do

pkg/querier/tripperware/queryrange/limits_test.go:277–280  ·  view source on GitHub ↗
(ctx context.Context, req tripperware.Request)

Source from the content-addressed store, hash-verified

275}
276
277func (m *mockHandler) Do(ctx context.Context, req tripperware.Request) (tripperware.Response, error) {
278 args := m.Called(ctx, req)
279 return args.Get(0).(tripperware.Response), args.Error(1)
280}

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected