Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
25
interface
SQLiteDatabase {
26
prepare(sql: string): SQLiteStatement;
27
close(): void;
28
}
29
Callers
5
scan
Function · 0.80
sessionExists
Method · 0.80
sessionUpdatedSince
Method · 0.80
readSessionOutput
Method · 0.80
scanSessions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected