MCPcopy
hub / github.com/RedPlanetHQ/core / prepare

Method prepare

packages/cli/src/utils/coding-agents/opencode.ts:26–26  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

24}
25interface SQLiteDatabase {
26 prepare(sql: string): SQLiteStatement;
27 close(): void;
28}
29

Callers 5

scanFunction · 0.80
sessionExistsMethod · 0.80
sessionUpdatedSinceMethod · 0.80
readSessionOutputMethod · 0.80
scanSessionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected