MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / unlock

Function unlock

app/src/sqlite/dialect.ts:76–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 promise = new Promise((r) => (resolve = r))
75 },
76 unlock(): void {
77 const unlock = resolve
78 promise = undefined
79 resolve = undefined
80 unlock?.()
81 },
82 }
83}
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected