MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / recoveryRecordPath

Function recoveryRecordPath

src/agent/git-sandbox.ts:98–100  ·  view source on GitHub ↗

Path to the per-repo recovery record.

(repoRoot: string)

Source from the content-addressed store, hash-verified

96
97/** Path to the per-repo recovery record. */
98function recoveryRecordPath(repoRoot: string): string {
99 return path.join(repoRoot, '.qodex', 'sandbox-recovery.json');
100}
101
102export class GitSandbox {
103 private state: SandboxState | null = null;

Callers 3

writeRecoveryRecordMethod · 0.85
finishMethod · 0.85
recoverOrphanedSandboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected