Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
(a PlanAttempt) Plan() Plan {
37
if
a.state == nil {
38
return
Plan{}
39
}
40
return
a.state.plan
41
}
42
43
func
(a PlanAttempt) Commit() error {
44
if
a.state == nil {
Callers
6
collectAndEmit
Method · 0.95
prepareCommittedPlan
Function · 0.80
TestEnginePreparePlanLifecycleScenarios
Function · 0.80
prepareAndCommitPlan
Function · 0.80
buildPlanFromTemplate
Function · 0.80
prepareEmission
Method · 0.80
Calls
no outgoing calls
Tested by
2
prepareCommittedPlan
Function · 0.64
TestEnginePreparePlanLifecycleScenarios
Function · 0.64