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

Method post_screencap

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

Source from the content-addressed store, hash-verified

265}
266
267maajs::ValueType ControllerImpl::post_screencap(maajs::ValueType self, maajs::EnvType)
268{
269 auto id = MaaControllerPostScreencap(controller);
270 return maajs::CallCtorHelper(ExtContext::get(env)->imageJobCtor, self, id);
271}
272
273MaaStatus ControllerImpl::status(MaaCtrlId id)
274{

Callers 10

screenshotFunction · 0.45
mainFunction · 0.45
analyzeMethod · 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

CallCtorHelperFunction · 0.85

Tested by 4

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