MCPcopy
hub / github.com/netdata/netdata / actionKinds

Function actionKinds

src/go/plugin/framework/chartengine/planner_test.go:2303–2309  ·  view source on GitHub ↗
(actions []EngineAction)

Source from the content-addressed store, hash-verified

2301}
2302
2303func actionKinds(actions []EngineAction) []ActionKind {
2304 out := make([]ActionKind, 0, len(actions))
2305 for _, action := range actions {
2306 out = append(out, action.Kind())
2307 }
2308 return out
2309}
2310
2311func findUpdateAction(plan Plan) *UpdateChartAction {
2312 for _, action := range plan.Actions {

Calls 1

KindMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…