MCPcopy 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
15type labelSliceView struct {
16 items []metrix.Label
17}
18
19func (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