MCPcopy
hub / github.com/colbymchenry/codegraph / transaction

Method transaction

src/db/sqlite-adapter.ts:30–30  ·  view source on GitHub ↗
(fn: (...args: any[]) => T)

Source from the content-addressed store, hash-verified

28 exec(sql: string): void;
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}

Callers 9

runMigrationsFunction · 0.65
transactionMethod · 0.65
insertNodesMethod · 0.65
insertEdgesMethod · 0.65
deleteFileMethod · 0.65
clearMethod · 0.65
foundation.test.tsFile · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by

no test coverage detected