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

Function newNoopAttempt

src/go/plugin/framework/chartengine/attempt.go:114–120  ·  view source on GitHub ↗
(plan Plan)

Source from the content-addressed store, hash-verified

112}
113
114func newNoopAttempt(plan Plan) PlanAttempt {
115 return PlanAttempt{
116 state: &planAttemptState{
117 plan: plan,
118 },
119 }
120}
121
122func (e *Engine) PreparePlan(reader metrix.Reader) (PlanAttempt, error) {
123 plan, materialized, epoch, commitSeq, attemptID, reserved, err := e.preparePlan(reader)

Callers 1

PreparePlanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…