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

Function checkPermissions

src/tools/PowerShellTool/PowerShellTool.tsx:375–377  ·  view source on GitHub ↗
(input: PowerShellToolInput, context: Parameters<Tool['checkPermissions']>[1])

Source from the content-addressed store, hash-verified

373 };
374 },
375 async checkPermissions(input: PowerShellToolInput, context: Parameters<Tool['checkPermissions']>[1]): Promise<PermissionResult> {
376 return await powershellToolHasPermission(input, context);
377 },
378 renderToolUseMessage,
379 renderToolUseProgressMessage,
380 renderToolUseQueuedMessage,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected