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

Method handle_inactive

source/MaaFramework/Controller/ControllerAgent.cpp:391–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391bool ControllerAgent::handle_inactive()
392{
393 if (!control_unit_) {
394 LogError << "control_unit_ is nullptr";
395 return false;
396 }
397
398 bool ret = control_unit_->inactive();
399
400 return ret;
401}
402
403MaaCtrlId ControllerAgent::post(Action action)
404{

Callers

nothing calls this directly

Calls 1

inactiveMethod · 0.65

Tested by

no test coverage detected