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

Method get

src/db.ts:84–84  ·  view source on GitHub ↗
(...params: SQLiteValue[])

Source from the content-addressed store, hash-verified

82export interface Statement {
83 run(...params: SQLiteValue[]): { changes: number; lastInsertRowid: number | bigint };
84 get<T = unknown>(...params: SQLiteValue[]): T | undefined;
85 all<T = unknown>(...params: SQLiteValue[]): T[];
86}
87

Callers 15

migrate-schema.tsFile · 0.65
eval.test.tsFile · 0.65
rrf-trace.test.tsFile · 0.65
sdk.test.tsFile · 0.65
cli.test.tsFile · 0.65
llm.test.tsFile · 0.65
insertTestDocumentFunction · 0.65
store.test.tsFile · 0.65
mcp.test.tsFile · 0.65
mcpRequestFunction · 0.65
loadGrammarFunction · 0.65
getQueryFunction · 0.65

Calls

no outgoing calls

Tested by 2

insertTestDocumentFunction · 0.52
mcpRequestFunction · 0.52