Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ testFunc
Function
testFunc
test/function_reference.js:54–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
function
canConstructRefFromExistingRef (binding) {
54
const
testFunc = () => 240;
55
assert(binding.ConstructWithMove(testFunc) === 240);
56
}
57
Callers
1
canCallFunctionWithDifferentOverloads
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected