MCPcopy Index your code
hub / github.com/cortexproject/cortex / Log

Method Log

pkg/api/api_test.go:24–26  ·  view source on GitHub ↗
(keyvals ...any)

Source from the content-addressed store, hash-verified

22type FakeLogger struct{}
23
24func (fl *FakeLogger) Log(keyvals ...any) error {
25 return nil
26}
27
28func TestNewApiWithoutSourceIPExtractor(t *testing.T) {
29 cfg := Config{}

Callers 15

RunMethod · 0.45
convertUserMethod · 0.45
StartMethod · 0.45
NewProxyFunction · 0.45
StartMethod · 0.45
compareMatrixFunction · 0.45
ServeHTTPMethod · 0.45
doRequestFunction · 0.45
getConfigMethod · 0.45
setConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected