Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ Add
Method
Add
tools/doc-generator/parser.go:31–33 ·
view source on GitHub ↗
(entry *configEntry)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(b *configBlock) Add(entry *configEntry) {
32
b.entries = append(b.entries, entry)
33
}
34
35
type
configEntry
struct
{
36
kind string
Callers
3
executeBackendRequests
Method · 0.45
NewAPI
Function · 0.45
parseConfig
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected