MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / cloneFlowStep

Function cloneFlowStep

src/utils/autonomyFlows.ts:133–135  ·  view source on GitHub ↗
(step: ManagedAutonomyFlowStep)

Source from the content-addressed store, hash-verified

131}
132
133function cloneFlowStep(step: ManagedAutonomyFlowStep): ManagedAutonomyFlowStep {
134 return { ...step }
135}
136
137function cloneManagedState(
138 state: ManagedAutonomyFlowState | undefined,

Callers 1

buildQueueInstructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected