MCPcopy Index your code
hub / github.com/codeaashu/claude-code / makeContext

Function makeContext

src/utils/handlePromptSubmit.ts:422–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420 setAbortController(abortController)
421
422 function makeContext(): ProcessUserInputContext {
423 return getToolUseContext(messages, [], abortController, mainLoopModel)
424 }
425
426 // Wrap in try-finally so the guard is released even if processUserInput
427 // throws or onQuery is skipped. onQuery's finally calls queryGuard.end(),

Callers 1

executeUserInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected