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

Method Name

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

Source from the content-addressed store, hash-verified

733
734func (s *StepsGroup) ID() string { return s.id }
735func (s *StepsGroup) Name() string { return s.name }
736func (s *StepsGroup) Type() StepType { return StepTypeSteps }
737func (s *StepsGroup) Description() string { return s.description }
738func (s *StepsGroup) Config() *StepConfig { return s.config }

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected