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

Method all

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

Source from the content-addressed store, hash-verified

20interface SQLiteRow extends Record<string, unknown> {}
21interface SQLiteStatement {
22 all(...args: unknown[]): SQLiteRow[];
23 get(...args: unknown[]): SQLiteRow | undefined;
24}
25interface SQLiteDatabase {

Callers 15

closeAllMethod · 0.80
addLabelsToEpisodesMethod · 0.80
getAspectsForFacetsFunction · 0.80
scanSessionsMethod · 0.80
scanAllSessionsFunction · 0.80
scanSessionsMethod · 0.80
scanFunction · 0.80
readSessionOutputMethod · 0.80
scanSessionsMethod · 0.80
setupDockerGatewayFunction · 0.80
setupLocalWebappFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected