MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / connected

Method connected

source/MaaKWinControlUnit/Manager/KWinControlUnitMgr.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool KWinControlUnitMgr::connected() const
60{
61 if (!input_) {
62 return false;
63 }
64 return input_->connected();
65}
66
67bool KWinControlUnitMgr::request_uuid(std::string& uuid)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected