Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getToolPermissionContext
Function
getToolPermissionContext
src/services/api/claude.ts:3281–3283 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3279
enablePromptCaching: options.enablePromptCaching ?? false,
3280
outputFormat,
3281
async
getToolPermissionContext() {
3282
return
getEmptyToolPermissionContext()
3283
},
3284
},
3285
})
3286
return
[result]
Callers
1
prompt
Function · 0.50
Calls
1
getEmptyToolPermissionContext
Function · 0.85
Tested by
no test coverage detected