Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 获取当前步骤
159
func
(p *ExecutionPlan) GetCurrentStep() *Step {
160
return
p.GetStep(p.CurrentStep)
161
}
162
163
// IsCompleted 检查计划是否已完成
164
func
(p *ExecutionPlan) IsCompleted() bool {
Callers
1
TestGetCurrentStep
Function · 0.95
Calls
1
GetStep
Method · 0.95
Tested by
1
TestGetCurrentStep
Function · 0.76