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/tasker.cpp:401–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
void TaskerImpl::init_bind(maajs::ObjectType self)
402
{
403
ExtContext::get(env)->taskers.add(tasker, self);
404
}
405
406
void TaskerImpl::gc_mark(maajs::NativeMarkerFunc marker)
407
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected