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

Function sandboxLockPath

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

Path to the per-repo advisory sandbox lock.

(repoRoot: string)

Source from the content-addressed store, hash-verified

91
92/** Path to the per-repo advisory sandbox lock. */
93function sandboxLockPath(repoRoot: string): string {
94 return path.join(repoRoot, '.qodex', 'sandbox.lock');
95}
96
97/** Path to the per-repo recovery record. */
98function recoveryRecordPath(repoRoot: string): string {

Callers 1

beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected