MCPcopy
hub / github.com/netdata/netdata / statCoverage

Struct statCoverage

src/go/plugin/ibm.d/modules/websphere/pmi/collector.go:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type statCoverage struct {
128 all map[string]struct{}
129 handled map[string]struct{}
130}
131
132func newStatCoverage() *statCoverage {
133 return &statCoverage{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected