MCPcopy Index your code
hub / github.com/netdata/netdata / selectorLabelView

Struct selectorLabelView

src/go/plugin/framework/chartengine/compiler.go:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509type selectorLabelView struct {
510 labels program.SelectorLabels
511}
512
513func (v selectorLabelView) Len() int {
514 if v.labels == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected