()
| 476 | return isSearchOrReadBashCommand(parsed.data.command); |
| 477 | }, |
| 478 | get inputSchema(): InputSchema { |
| 479 | return inputSchema(); |
| 480 | }, |
| 481 | get outputSchema(): OutputSchema { |
| 482 | return outputSchema(); |
| 483 | }, |
no outgoing calls
no test coverage detected