Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ query
Function
query
src/entrypoints/agentSdkTypes.ts:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
options?: Options
119
}): Query
120
export
function
query(): Query {
121
throw
new
Error(
'query is not implemented in the SDK'
)
122
}
123
124
/**
125
* V2 API - UNSTABLE
Callers
5
runAgent
Function · 0.50
runForkedAgent
Function · 0.50
execAgentHook
Function · 0.50
REPL
Function · 0.50
startBackgroundSession
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected