MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/db/sqlite-adapter.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 * `.transaction()` helper, and `open` (node:sqlite exposes `isOpen`).
49 */
50class NodeSqliteAdapter implements SqliteDatabase {
51 private _db: any;
52 private _txDepth = 0;
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected