Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ testFuncB
Function
testFuncB
test/function_reference.js:61–61 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
59
let
outsideRef = {};
60
const
testFunc = (a, b) => a * a - b * b;
61
const
testFuncB = (a, b, c) => a + b - c * c;
62
const
testFuncC = (a, b, c) => {
63
outsideRef.a = a;
64
outsideRef.b = b;
Callers
2
canCallFunctionWithDifferentOverloads
Function · 0.85
canCallAsyncFunctionWithDifferentOverloads
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected