Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
interface
SQLiteStatement {
8
run(...params: unknown[]): unknown;
9
get(...params: unknown[]): unknown;
10
all(...params: unknown[]): unknown[];
11
}
12
Callers
15
approvePairingCode
Function · 0.65
buildTelegramAgentFactory
Function · 0.65
executeGrep
Function · 0.65
getProcessLogs
Method · 0.65
stopProcess
Method · 0.65
createLspClientSession
Function · 0.65
openOrChangeFile
Function · 0.65
waitForDiagnostics
Function · 0.65
cleanup
Function · 0.65
getDiagnostics
Function · 0.65
getClientsForFile
Function · 0.65
withPackageLock
Function · 0.65
Implementers
1
FakeStatement
src/storage/migrations.test.ts
Calls
no outgoing calls
Tested by
no test coverage detected