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

Function newIndexPageContent

pkg/api/handlers.go:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41)
42
43func newIndexPageContent() *IndexPageContent {
44 return &IndexPageContent{
45 content: map[string]map[string]string{},
46 }
47}
48
49// IndexPageContent is a map of sections to path -> description.
50type IndexPageContent struct {

Callers 3

NewFunction · 0.85
TestIndexHandlerPrefixFunction · 0.85
TestIndexPageContentFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestIndexHandlerPrefixFunction · 0.68
TestIndexPageContentFunction · 0.68