MCPcopy
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
120export function query(): Query {
121 throw new Error('query is not implemented in the SDK')
122}
123
124/**
125 * V2 API - UNSTABLE

Callers 5

runAgentFunction · 0.50
runForkedAgentFunction · 0.50
execAgentHookFunction · 0.50
REPLFunction · 0.50
startBackgroundSessionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected