MCPcopy
hub / github.com/grafana/tempo / GetMap

Method GetMap

pkg/util/listtomap/list_to_map.go:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (l *ListToMap) GetMap() map[string]struct{} {
72 if *l == nil {
73 *l = map[string]struct{}{}
74 }
75 return *l
76}

Callers 7

TestOverridesAPI_POSTFunction · 0.80
TestOverridesAPI_PATCHFunction · 0.80
ValidateMethod · 0.80

Calls

no outgoing calls