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

Function getToolPermissionContext

src/query.ts:666–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664 signal: toolUseContext.abortController.signal,
665 options: {
666 async getToolPermissionContext() {
667 const appState = toolUseContext.getAppState()
668 return appState.toolPermissionContext
669 },
670 model: currentModel,
671 ...(config.gates.fastModeEnabled && {
672 fastMode: appState.fastMode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected