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/resource.cpp:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
void ResourceImpl::init_bind(maajs::ObjectType self)
373
{
374
ExtContext::get(env)->resources.add(resource, self);
375
}
376
377
void ResourceImpl::gc_mark(maajs::NativeMarkerFunc marker)
378
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected