MCPcopy Create free account
hub / github.com/tanbiralam/claude-code /

Class

src/QueryEngine.ts:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 * persists across turns.
183 */
184export class QueryEngine {
185 private config: QueryEngineConfig
186 private mutableMessages: Message[]
187 private abortController: AbortController

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected