MCPcopy
hub / github.com/codeaashu/claude-code / lockSync

Function lockSync

src/utils/lockfile.ts:33–35  ·  view source on GitHub ↗
(file: string, options?: LockOptions)

Source from the content-addressed store, hash-verified

31}
32
33export function lockSync(file: string, options?: LockOptions): () => void {
34 return getLockfile().lockSync(file, options)
35}
36
37export function unlock(file: string, options?: UnlockOptions): Promise<void> {
38 return getLockfile().unlock(file, options)

Callers

nothing calls this directly

Calls 1

getLockfileFunction · 0.85

Tested by

no test coverage detected