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

Method Name

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

Source from the content-addressed store, hash-verified

190
191func (s *FunctionStep) ID() string { return s.id }
192func (s *FunctionStep) Name() string { return s.name }
193func (s *FunctionStep) Type() StepType { return StepTypeFunction }
194func (s *FunctionStep) Description() string { return s.description }
195func (s *FunctionStep) Config() *StepConfig { return s.config }

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected