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

Function getToolPermissionContext

src/services/compact/compact.ts:1309–1312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1307 signal: context.abortController.signal,
1308 options: {
1309 async getToolPermissionContext() {
1310 const appState = context.getAppState()
1311 return appState.toolPermissionContext
1312 },
1313 model: context.options.mainLoopModel,
1314 toolChoice: undefined,
1315 isNonInteractiveSession: context.options.isNonInteractiveSession,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected