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

Method Type

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

Source from the content-addressed store, hash-verified

512func (s *ParallelStep) ID() string { return s.id }
513func (s *ParallelStep) Name() string { return s.name }
514func (s *ParallelStep) Type() StepType { return StepTypeParallel }
515func (s *ParallelStep) Description() string { return s.description }
516func (s *ParallelStep) Config() *StepConfig { return s.config }
517

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected