Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
export
interface
Statement {
Callers
15
migrate-schema.ts
File · 0.65
structured-search.test.ts
File · 0.65
eval.test.ts
File · 0.65
sdk.test.ts
File · 0.65
cli.test.ts
File · 0.65
eval-bm25.test.ts
File · 0.65
cleanupTestDb
Function · 0.65
store.test.ts
File · 0.65
mcp.test.ts
File · 0.65
db.ts
File · 0.65
createStore
Function · 0.65
closeDb
Function · 0.65
Calls
no outgoing calls
Tested by
1
cleanupTestDb
Function · 0.52