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

Method post_inactive

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

Source from the content-addressed store, hash-verified

259}
260
261maajs::ValueType ControllerImpl::post_inactive(maajs::ValueType self, maajs::EnvType)
262{
263 auto id = MaaControllerPostInactive(controller);
264 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
265}
266
267maajs::ValueType ControllerImpl::post_screencap(maajs::ValueType self, maajs::EnvType)
268{

Callers 7

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

CallCtorHelperFunction · 0.85

Tested by 4

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