MCPcopy
hub / github.com/tobi/qmd / close

Method close

src/db.ts:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 loadExtension(path: string): void;
78 transaction<T extends (...args: SQLiteValue[]) => unknown>(fn: T): T;
79 close(): void;
80}
81
82export interface Statement {

Callers 15

migrate-schema.tsFile · 0.65
eval.test.tsFile · 0.65
sdk.test.tsFile · 0.65
cli.test.tsFile · 0.65
eval-bm25.test.tsFile · 0.65
cleanupTestDbFunction · 0.65
store.test.tsFile · 0.65
mcp.test.tsFile · 0.65
db.tsFile · 0.65
createStoreFunction · 0.65
closeDbFunction · 0.65

Calls

no outgoing calls

Tested by 1

cleanupTestDbFunction · 0.52