MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / SimpleCLI

Method SimpleCLI

src/SimpleCLI.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15SimpleCLI::SimpleCLI(int commandQueueSize, int errorQueueSize) : commandQueueSize(commandQueueSize), errorQueueSize(errorQueueSize) {}
16
17SimpleCLI::~SimpleCLI() {
18 cmd_destroy_rec(cmdList);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected