MCPcopy Create free account
hub / github.com/SethGammon/Citadel / releaseLock

Function releaseLock

scripts/watch.js:209–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209function releaseLock() {
210 try {
211 fs.rmdirSync(LOCK_PATH);
212 } catch {
213 // Already released or removed as stale by another process.
214 }
215}
216
217// -- Git helpers --------------------------------------------------------------
218

Callers 2

runScanFunction · 0.85
runResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected