Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ controller
Method
controller
source/MaaFramework/Task/Component/ActionHelper.cpp:270–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
MAA_CTRL_NS::ControllerAgent* ActionHelper::controller()
271
{
272
auto* t = tasker();
273
return t ? t->controller() : nullptr;
274
}
275
276
MAA_TASK_NS_END
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected