Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ labelSliceView
Struct
labelSliceView
src/go/plugin/framework/chartengine/planner.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
labelSliceView
struct
{
16
items []metrix.Label
17
}
18
19
func
(v labelSliceView) Get(key string) (string, bool) {
20
for
_, item :=
range
v.items {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected