Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
type
FakeLogger
struct
{}
23
24
func
(fl *FakeLogger) Log(keyvals ...any) error {
25
return
nil
26
}
27
28
func
TestNewApiWithoutSourceIPExtractor(t *testing.T) {
29
cfg := Config{}
Callers
15
Run
Method · 0.45
convertUser
Method · 0.45
Start
Method · 0.45
NewProxy
Function · 0.45
Start
Method · 0.45
compareMatrix
Function · 0.45
ServeHTTP
Method · 0.45
executeBackendRequests
Method · 0.45
doRequest
Function · 0.45
getConfig
Method · 0.45
setConfig
Method · 0.45
validateAlertmanagerConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected