Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ count
Function
count
test/fixtures/es-modules/stateful.mjs:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
let
counter = 0;
2
3
export
default
function
count() {
4
return
++counter;
5
}
Callers
2
test-esm-loader.mjs
File · 0.50
hooks-custom.mjs
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…