MCPcopy
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

reopenIfReplacedMethod · 0.65
closeMethod · 0.65
stopMethod · 0.65
stopMethod · 0.65
closeAllMethod · 0.65
retryInitializeSyncMethod · 0.65
stopMethod · 0.65
unwatchDirMethod · 0.65
stopMethod · 0.65
mainFunction · 0.65
closeMethod · 0.65
closeMethod · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by 8

loadFunction · 0.52
indexAndQueryFunction · 0.52
loadFunction · 0.52
graphCountsFunction · 0.52
hasSqliteBindingsFunction · 0.52
fakeDaemonFunction · 0.52
hasSqliteBindingsFunction · 0.52
runFunction · 0.52