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

Method PlanEvent

pkg/model/planner.go:18–18  ·  view source on GitHub ↗
(eventName string)

Source from the content-addressed store, hash-verified

16// WorkflowPlanner contains methods for creating plans
17type WorkflowPlanner interface {
18 PlanEvent(eventName string) (*Plan, error)
19 PlanJob(jobName string) (*Plan, error)
20 PlanAll() (*Plan, error)
21 GetEvents() []string

Callers 10

TestGraphMissingEventFunction · 0.95
TestGraphMissingFirstFunction · 0.95
TestGraphWithMissingFunction · 0.95
TestGraphEventFunction · 0.95
runTestMethod · 0.95
runTestJobFileFunction · 0.95
newRunCommandFunction · 0.95

Implementers 1

workflowPlannerpkg/model/planner.go

Calls

no outgoing calls

Tested by 7

TestGraphMissingEventFunction · 0.76
TestGraphMissingFirstFunction · 0.76
TestGraphWithMissingFunction · 0.76
TestGraphEventFunction · 0.76
runTestMethod · 0.76
runTestJobFileFunction · 0.76