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

Function manifestLockPath

src/artifacts/store.ts:133–135  ·  view source on GitHub ↗

Per-artifact lock guarding the manifest read-modify-write.

(cwd: string, id: string)

Source from the content-addressed store, hash-verified

131}
132/** Per-artifact lock guarding the manifest read-modify-write. */
133function manifestLockPath(cwd: string, id: string): string {
134 return path.join(artifactDir(cwd, id), '.manifest.lock');
135}
136
137// ── I/O operations (writes go through WriteFn) ────────────────────────────────
138

Callers 2

updateArtifactFunction · 0.85
rollbackArtifactFunction · 0.85

Calls 1

artifactDirFunction · 0.85

Tested by

no test coverage detected