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

Method Name

pkg/workflow/step.go:399–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397
398func (s *LoopStep) ID() string { return s.id }
399func (s *LoopStep) Name() string { return s.name }
400func (s *LoopStep) Type() StepType { return StepTypeLoop }
401func (s *LoopStep) Description() string { return s.description }
402func (s *LoopStep) Config() *StepConfig { return s.config }

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected