| 13 | } |
| 14 | |
| 15 | SimpleCLI::SimpleCLI(int commandQueueSize, int errorQueueSize) : commandQueueSize(commandQueueSize), errorQueueSize(errorQueueSize) {} |
| 16 | |
| 17 | SimpleCLI::~SimpleCLI() { |
| 18 | cmd_destroy_rec(cmdList); |
nothing calls this directly
no outgoing calls
no test coverage detected