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

Function cloneWaitState

src/utils/autonomyFlows.ts:149–153  ·  view source on GitHub ↗
(
  wait: AutonomyFlowWaitState | undefined,
)

Source from the content-addressed store, hash-verified

147}
148
149function cloneWaitState(
150 wait: AutonomyFlowWaitState | undefined,
151): AutonomyFlowWaitState | undefined {
152 return wait ? { ...wait } : undefined
153}
154
155function cloneFlowRecord(flow: AutonomyFlowRecord): AutonomyFlowRecord {
156 return {

Callers 1

cloneFlowRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected