MCPcopy
hub / github.com/netdata/netdata / newMaterializedState

Function newMaterializedState

src/go/plugin/framework/chartengine/lifecycle.go:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func newMaterializedState() materializedState {
39 return materializedState{
40 charts: make(map[string]*materializedChartState),
41 }
42}
43
44func (s materializedState) clone() materializedState {
45 if len(s.charts) == 0 {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…