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

Method bind_controller

source/MaaAgentServer/RemoteInstance/RemoteTasker.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool RemoteTasker::bind_controller(MaaController* controller)
23{
24 LogError << "Can NOT bind controller at remote tasker" << VAR_VOIDP(controller);
25
26 return false;
27}
28
29bool RemoteTasker::inited() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected