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

Method Type

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

Source from the content-addressed store, hash-verified

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 }
196

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected