MCPcopy Index your code
hub / github.com/nodejs/node / js

Function js

benchmark/napi/function_call/index.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32let c = 0;
33function js() {
34 return c++;
35}
36
37assert(js() === cxx());
38

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected