MCPcopy
hub / github.com/superagent-ai/grok-cli / get

Method get

src/storage/db.ts:9–9  ·  view source on GitHub ↗
(...params: unknown[])

Source from the content-addressed store, hash-verified

7export interface SQLiteStatement {
8 run(...params: unknown[]): unknown;
9 get(...params: unknown[]): unknown;
10 all(...params: unknown[]): unknown[];
11}
12

Callers 15

approvePairingCodeFunction · 0.65
executeGrepFunction · 0.65
getProcessLogsMethod · 0.65
stopProcessMethod · 0.65
createLspClientSessionFunction · 0.65
openOrChangeFileFunction · 0.65
waitForDiagnosticsFunction · 0.65
cleanupFunction · 0.65
getDiagnosticsFunction · 0.65
getClientsForFileFunction · 0.65
withPackageLockFunction · 0.65

Implementers 1

FakeStatementsrc/storage/migrations.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected