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

Method controller

source/MaaFramework/Task/TaskBase.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50MAA_CTRL_NS::ControllerAgent* TaskBase::controller()
51{
52 return tasker_ ? tasker_->controller() : nullptr;
53}
54
55RecoResult TaskBase::run_recognition(
56 const cv::Mat& image,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected