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

Method Plan

src/go/plugin/framework/chartengine/attempt.go:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (a PlanAttempt) Plan() Plan {
37 if a.state == nil {
38 return Plan{}
39 }
40 return a.state.plan
41}
42
43func (a PlanAttempt) Commit() error {
44 if a.state == nil {

Callers 6

collectAndEmitMethod · 0.95
prepareCommittedPlanFunction · 0.80
prepareAndCommitPlanFunction · 0.80
buildPlanFromTemplateFunction · 0.80
prepareEmissionMethod · 0.80

Calls

no outgoing calls

Tested by 2

prepareCommittedPlanFunction · 0.64