(input)
| 315 | return isReadOnlyCommand(input.command); |
| 316 | }, |
| 317 | toAutoClassifierInput(input) { |
| 318 | return input.command; |
| 319 | }, |
| 320 | get inputSchema(): InputSchema { |
| 321 | return inputSchema(); |
| 322 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected