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

Function ProcessCommandIS

src/cec-client/cec-client.cpp:658–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658bool ProcessCommandIS(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
659{
660 if (command == "is")
661 return parser->SetInactiveView();
662
663 return false;
664}
665
666bool ProcessCommandPING(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
667{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 1

SetInactiveViewMethod · 0.80

Tested by

no test coverage detected