MCPcopy 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
31function fn(a = 1, b = 2, c = 3) {
32 return a + b + c;
33}

Callers 15

constructorMethod · 0.50
measureFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected