MCPcopy 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
53function canConstructRefFromExistingRef (binding) {
54 const testFunc = () => 240;
55 assert(binding.ConstructWithMove(testFunc) === 240);
56}
57

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected