| 20 | } |
| 21 | |
| 22 | bool RemoteTasker::bind_controller(MaaController* controller) |
| 23 | { |
| 24 | LogError << "Can NOT bind controller at remote tasker" << VAR_VOIDP(controller); |
| 25 | |
| 26 | return false; |
| 27 | } |
| 28 | |
| 29 | bool RemoteTasker::inited() const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected