MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/sync/watcher.ts:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 * external indexer can hit this every debounce cycle.
221 */
222export class LockUnavailableError extends Error {
223 constructor(message = 'CodeGraph file lock unavailable; another process is writing') {
224 super(message);
225 this.name = 'LockUnavailableError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected