MCPcopy 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
200bool ControllerAgent::connected() const
201{
202 if (!control_unit_) {
203 return false;
204 }
205 return control_unit_->connected();
206}
207
208cv::Mat ControllerAgent::cached_image() const
209{

Callers 1

initedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected