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

Function maa_rt_exit

source/binding/NodeJS/src/apis/loader.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void maa_rt_exit(maajs::EnvType env, std::string result)
98{
99 QuickJSRuntimeBridgeInterface::get(env)->call_exit(result);
100}
101
102void init_module_sys(JSContext* ctx)
103{

Callers

nothing calls this directly

Calls 1

call_exitMethod · 0.80

Tested by

no test coverage detected