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

Method post_connection

source/binding/NodeJS/src/apis/controller.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142maajs::ValueType ControllerImpl::post_connection(maajs::ValueType self, maajs::EnvType)
143{
144 auto id = MaaControllerPostConnection(controller);
145 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
146}
147
148maajs::ValueType ControllerImpl::post_click(
149 maajs::ValueType self,

Callers 15

main.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
pipeline_node_testFunction · 0.45
pipeline_smokingFunction · 0.45
test_controller_apiFunction · 0.45
test_custom_controllerFunction · 0.45
test_win32_relative_moveFunction · 0.45
api_testFunction · 0.45
custom_ctrl_testFunction · 0.45

Calls 2

CallCtorHelperFunction · 0.85

Tested by 8

pipeline_node_testFunction · 0.36
pipeline_smokingFunction · 0.36
test_controller_apiFunction · 0.36
test_custom_controllerFunction · 0.36
test_win32_relative_moveFunction · 0.36
prepare_runtimeFunction · 0.36
api_testFunction · 0.36