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

Function checkPermissions

src/tools/BashTool/BashTool.tsx:539–541  ·  view source on GitHub ↗
(input, context)

Source from the content-addressed store, hash-verified

537 };
538 },
539 async checkPermissions(input, context): Promise<PermissionResult> {
540 return bashToolHasPermission(input, context);
541 },
542 renderToolUseMessage,
543 renderToolUseProgressMessage,
544 renderToolUseQueuedMessage,

Callers

nothing calls this directly

Calls 1

bashToolHasPermissionFunction · 0.85

Tested by

no test coverage detected