()
| 318 | return input.command; |
| 319 | }, |
| 320 | get inputSchema(): InputSchema { |
| 321 | return inputSchema(); |
| 322 | }, |
| 323 | get outputSchema(): OutputSchema { |
| 324 | return outputSchema(); |
| 325 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected