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

Function MaaControllerPostConnection

source/Common/MaaController.cpp:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57MaaCtrlId MaaControllerPostConnection(MaaController* ctrl)
58{
59 LogFunc << VAR_VOIDP(ctrl);
60
61 if (!ctrl) {
62 LogError << "handle is null";
63 return false;
64 }
65
66 return ctrl->post_connection();
67}
68
69MaaCtrlId MaaControllerPostClick(MaaController* ctrl, int32_t x, int32_t y)
70{

Callers 8

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
post_connectionMethod · 0.85
mainFunction · 0.85
runMaaTestFunction · 0.85
pipeline_smokingFunction · 0.85
run_without_fileFunction · 0.85

Calls 1

post_connectionMethod · 0.45

Tested by 1

mainFunction · 0.68