Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ close
Method
close
src/db/sqlite-adapter.ts:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
pragma(str: string, options?: { simple?: boolean }): any;
30
transaction<T>(fn: (...args: any[]) => T): (...args: any[]) => T;
31
close(): void;
32
readonly open: boolean;
33
}
34
Callers
15
reopenIfReplaced
Method · 0.65
close
Method · 0.65
stop
Method · 0.65
stop
Method · 0.65
closeAll
Method · 0.65
retryInitializeSync
Method · 0.65
stop
Method · 0.65
unwatchDir
Method · 0.65
stop
Method · 0.65
main
Function · 0.65
close
Method · 0.65
close
Method · 0.65
Implementers
1
NodeSqliteAdapter
src/db/sqlite-adapter.ts
Calls
no outgoing calls
Tested by
8
load
Function · 0.52
indexAndQuery
Function · 0.52
load
Function · 0.52
graphCounts
Function · 0.52
hasSqliteBindings
Function · 0.52
fakeDaemon
Function · 0.52
hasSqliteBindings
Function · 0.52
run
Function · 0.52