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

Method Context

pkg/frontend/v1/queue_test.go:169–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167func (p *processServerMock) SendHeader(_ metadata.MD) error { return nil }
168func (p *processServerMock) SetTrailer(md metadata.MD) {}
169func (p *processServerMock) Context() context.Context { return p.ctx }
170func (p *processServerMock) SendMsg(m any) error { return nil }
171func (p *processServerMock) RecvMsg(m any) error { return nil }

Callers 13

RoundTripMethod · 0.45
ServeHTTPMethod · 0.45
logQueryRequestMethod · 0.45
reportSlowQueryMethod · 0.45
reportQueryStatsMethod · 0.45
RoundTripMethod · 0.45
RoundTripGRPCMethod · 0.45
schedulerLoopMethod · 0.45
RoundTripGRPCMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected