Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ fn
Function
fn
benchmark/domain/domain-fn-args.js:31–33 ·
view source on GitHub ↗
(a = 1, b = 2, c = 3)
Source
from the content-addressed store, hash-verified
29
}
30
31
function
fn(a = 1, b = 2, c = 3) {
32
return
a + b + c;
33
}
Callers
15
constructor
Method · 0.50
measure
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected