| 34 | } |
| 35 | |
| 36 | String CommandInterface::FormatCommand(String command) |
| 37 | { |
| 38 | return PlainFormatCommand(command); |
| 39 | } |
| 40 | |
| 41 | void CommandInterface::SetToolIndex(ByteString identifier, std::optional<int> index) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected