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

Function MaaControllerPostInactive

source/Common/MaaController.cpp:310–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310MaaCtrlId MaaControllerPostInactive(MaaController* ctrl)
311{
312 LogFunc << VAR_VOIDP(ctrl);
313
314 if (!ctrl) {
315 LogError << "handle is null";
316 return MaaInvalidId;
317 }
318
319 return ctrl->post_inactive();
320}
321
322MaaStatus MaaControllerStatus(const MaaController* ctrl, MaaCtrlId id)
323{

Callers 1

post_inactiveMethod · 0.85

Calls 1

post_inactiveMethod · 0.45

Tested by

no test coverage detected