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

Function checkPermissions

src/tools/testing/TestingPermissionTool.tsx:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 return true;
35 },
36 async checkPermissions() {
37 // This tool always requires permission
38 return {
39 behavior: 'ask' as const,
40 message: `Run test?`
41 };
42 },
43 renderToolUseMessage() {
44 return null;
45 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected