MCPcopy
hub / github.com/claude-code-best/claude-code / cloneRunRecord

Function cloneRunRecord

src/utils/autonomyRuns.ts:132–134  ·  view source on GitHub ↗
(run: AutonomyRunRecord)

Source from the content-addressed store, hash-verified

130 Partial<Pick<AutonomyRunRecord, 'runtime' | 'currentDir' | 'ownerKey'>>
131
132function cloneRunRecord(run: AutonomyRunRecord): AutonomyRunRecord {
133 return { ...run }
134}
135
136function isAutonomyRunActive(run: AutonomyRunRecord): boolean {
137 return run.status === 'queued' || run.status === 'running'

Callers 1

updateAutonomyRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected