MCPcopy 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
31func (b *configBlock) Add(entry *configEntry) {
32 b.entries = append(b.entries, entry)
33}
34
35type configEntry struct {
36 kind string

Callers 3

NewAPIFunction · 0.45
parseConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected