MCPcopy Index your code
hub / github.com/codeaashu/claude-code / unlock

Function unlock

src/utils/lockfile.ts:37–39  ·  view source on GitHub ↗
(file: string, options?: UnlockOptions)

Source from the content-addressed store, hash-verified

35}
36
37export function unlock(file: string, options?: UnlockOptions): Promise<void> {
38 return getLockfile().unlock(file, options)
39}
40
41export function check(file: string, options?: CheckOptions): Promise<boolean> {
42 return getLockfile().check(file, options)

Callers

nothing calls this directly

Calls 1

getLockfileFunction · 0.85

Tested by

no test coverage detected