Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
func
(l *ListToMap) GetMap()
map
[string]
struct
{} {
72
if
*l == nil {
73
*l =
map
[string]
struct
{}{}
74
}
75
return
*l
76
}
Callers
7
TestListToMapMarshalOperationsYAML
Function · 0.95
TestListToMapMarshalOperationsJSON
Function · 0.95
TestOverridesWithObjectStorage
Function · 0.80
TestOverridesAPI_POST
Function · 0.80
TestOverridesAPI_PATCH
Function · 0.80
MetricsGeneratorProcessors
Method · 0.80
Validate
Method · 0.80
Calls
no outgoing calls
Tested by
5
TestListToMapMarshalOperationsYAML
Function · 0.76
TestListToMapMarshalOperationsJSON
Function · 0.76
TestOverridesWithObjectStorage
Function · 0.64
TestOverridesAPI_POST
Function · 0.64
TestOverridesAPI_PATCH
Function · 0.64