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

Function call

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

Source from the content-addressed store, hash-verified

59 return null;
60 },
61 async call() {
62 return {
63 data: `${NAME} executed successfully`
64 };
65 },
66 mapToolResultToToolResultBlockParam(result, toolUseID) {
67 return {
68 type: 'tool_result',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected