Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
let
c = 0;
33
function
js() {
34
return
c++;
35
}
36
37
assert(js() === cxx());
38
Callers
1
index.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected