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

Method get

packages/cli/src/utils/coding-agents/opencode.ts:23–23  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

21interface SQLiteStatement {
22 all(...args: unknown[]): SQLiteRow[];
23 get(...args: unknown[]): SQLiteRow | undefined;
24}
25interface SQLiteDatabase {
26 prepare(sql: string): SQLiteStatement;

Callers 15

getOrLaunchSessionFunction · 0.65
launchSessionFunction · 0.65
getSessionCdpInfoFunction · 0.65
closeSessionFunction · 0.65
sessionExistsMethod · 0.65
sessionUpdatedSinceMethod · 0.65
readSessionOutputMethod · 0.65
saveAndCloseMethod · 0.65
markChildrenDoneByIdsMethod · 0.65
updateFromOutputPartsMethod · 0.65
getChildInfoMethod · 0.65
tryLoadToolUIMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected