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

Function getStepNames

pkg/workflow/router.go:461–467  ·  view source on GitHub ↗

===== 辅助函数 =====

(steps []Step)

Source from the content-addressed store, hash-verified

459// ===== 辅助函数 =====
460
461func getStepNames(steps []Step) []string {
462 names := make([]string, len(steps))
463 for i, step := range steps {
464 names[i] = step.Name()
465 }
466 return names
467}
468
469// ===== Router 事件(为将来的流式支持准备)=====
470

Callers 2

ExecuteMethod · 0.85
ExecuteStreamMethod · 0.85

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected