MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / CommandExecutor

Method CommandExecutor

src/applib/command_executor.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31CommandExecutor::CommandExecutor(std::string command_name, std::vector<std::string> command_args)
32 : CommandExecutor()
33{
34 this->set_command(std::move(command_name), std::move(command_args));
35}
36
37
38

Callers

nothing calls this directly

Calls 1

set_commandMethod · 0.95

Tested by

no test coverage detected