Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/
Class
src/utils.ts:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
* writing to the same database simultaneously.
222
*/
223
export
class
FileLock {
224
private lockPath: string;
225
private held = false;
226
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected