MCPcopy
hub / github.com/netdata/netdata / copy

Method copy

src/go/plugin/framework/collectorapi/charts.go:381–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379}
380
381func (d Dim) copy() *Dim {
382 return &d
383}
384
385func (v Var) copy() *Var {
386 return &v

Callers 1

CopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected