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

Function getManagedStep

src/utils/autonomyFlows.ts:339–344  ·  view source on GitHub ↗
(
  flow: AutonomyFlowRecord,
  stepIndex: number,
)

Source from the content-addressed store, hash-verified

337}
338
339function getManagedStep(
340 flow: AutonomyFlowRecord,
341 stepIndex: number,
342): ManagedAutonomyFlowStep | null {
343 return flow.stateJson?.steps[stepIndex] ?? null
344}
345
346function buildQueueInstruction(
347 flow: AutonomyFlowRecord,

Callers 1

buildQueueInstructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected