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

Method init_bind

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

Source from the content-addressed store, hash-verified

340}
341
342void ControllerImpl::init_bind(maajs::ObjectType self)
343{
344 ExtContext::get(env)->controllers.add(controller, self);
345}
346
347void ControllerImpl::gc_mark(maajs::NativeMarkerFunc marker)
348{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected