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

Function inputSchema

src/tools/BashTool/BashTool.tsx:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 return isSearchOrReadBashCommand(parsed.data.command);
477 },
478 get inputSchema(): InputSchema {
479 return inputSchema();
480 },
481 get outputSchema(): OutputSchema {
482 return outputSchema();
483 },

Callers 1

isSearchOrReadCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected