MCPcopy
hub / github.com/nektos/act / workflowPlanner

Struct workflowPlanner

pkg/model/planner.go:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type workflowPlanner struct {
197 workflows []*Workflow
198}
199
200// PlanEvent builds a new list of runs to execute in parallel for an event name
201func (wp *workflowPlanner) PlanEvent(eventName string) (*Plan, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected