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

Method post_stop_app

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

Source from the content-addressed store, hash-verified

191}
192
193maajs::ValueType ControllerImpl::post_stop_app(maajs::ValueType self, maajs::EnvType, std::string intent)
194{
195 auto id = MaaControllerPostStopApp(controller, intent.c_str());
196 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
197}
198
199maajs::ValueType
200 ControllerImpl::post_touch_down(maajs::ValueType self, maajs::EnvType, int32_t contact, int32_t x, int32_t y, int32_t pressure)

Callers 7

MaaControllerPostStopAppFunction · 0.45
runMethod · 0.45
test_controller_apiFunction · 0.45
test_custom_controllerFunction · 0.45
myActFunction · 0.45
custom_ctrl_testFunction · 0.45
runMethod · 0.45

Calls 2

MaaControllerPostStopAppFunction · 0.85
CallCtorHelperFunction · 0.85

Tested by 4

runMethod · 0.36
test_controller_apiFunction · 0.36
test_custom_controllerFunction · 0.36
runMethod · 0.36