Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
void ControllerImpl::init_bind(maajs::ObjectType self)
343
{
344
ExtContext::get(env)->controllers.add(controller, self);
345
}
346
347
void ControllerImpl::gc_mark(maajs::NativeMarkerFunc marker)
348
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected