MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / constructor

Method constructor

src/QueryEngine.ts:208–215  ·  view source on GitHub ↗
(config: QueryEngineConfig)

Source from the content-addressed store, hash-verified

206 private loadedNestedMemoryPaths = new Set<string>()
207
208 constructor(config: QueryEngineConfig) {
209 this.config = config
210 this.mutableMessages = config.initialMessages ?? []
211 this.abortController = config.abortController ?? createAbortController()
212 this.permissionDenials = []
213 this.readFileState = config.readFileCache
214 this.totalUsage = EMPTY_USAGE
215 }
216
217 async *submitMessage(
218 prompt: string | ContentBlockParam[],

Callers

nothing calls this directly

Calls 1

createAbortControllerFunction · 0.85

Tested by

no test coverage detected