MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / ProcessCommandH

Function ProcessCommandH

src/cec-client/cec-client.cpp:902–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902bool ProcessCommandH(ICECAdapter * UNUSED(parser), const std::string &command, std::string & UNUSED(arguments))
903{
904 if (command == "h" || command == "help")
905 {
906 ShowHelpConsole();
907 return true;
908 }
909
910 return false;
911}
912
913bool ProcessCommandLOG(ICECAdapter * UNUSED(parser), const std::string &command, std::string &arguments)
914{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 1

ShowHelpConsoleFunction · 0.85

Tested by

no test coverage detected