Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ connected
Method
connected
source/MaaFramework/Controller/ControllerAgent.cpp:200–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
bool ControllerAgent::connected() const
201
{
202
if (!control_unit_) {
203
return false;
204
}
205
return control_unit_->connected();
206
}
207
208
cv::Mat ControllerAgent::cached_image() const
209
{
Callers
1
inited
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected