MCPcopy 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

1let counter = 0;
2
3export default function count() {
4 return ++counter;
5}

Callers 2

hooks-custom.mjsFile · 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…