MCPcopy 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

promptFunction · 0.50

Calls 1

Tested by

no test coverage detected