MCPcopy Create free account
hub / github.com/astercloud/aster / GetCurrentStep

Method GetCurrentStep

pkg/executionplan/types.go:159–161  ·  view source on GitHub ↗

GetCurrentStep 获取当前步骤

()

Source from the content-addressed store, hash-verified

157
158// GetCurrentStep 获取当前步骤
159func (p *ExecutionPlan) GetCurrentStep() *Step {
160 return p.GetStep(p.CurrentStep)
161}
162
163// IsCompleted 检查计划是否已完成
164func (p *ExecutionPlan) IsCompleted() bool {

Callers 1

TestGetCurrentStepFunction · 0.95

Calls 1

GetStepMethod · 0.95

Tested by 1

TestGetCurrentStepFunction · 0.76