Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ InitMovableCallbacks
Function
InitMovableCallbacks
test/movable_callbacks.cc:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
Object InitMovableCallbacks(Env env) {
18
Object exports = Object::New(env);
19
20
exports[
"createExternal"
] = Function::New(env, createExternal);
21
22
return exports;
23
}
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected