Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ index.js
File
index.js
test/fixtures/debugger/cjs/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
forty = 40;
2
const
{ add } = require(
'./other'
);
3
4
const
sum = add(forty, 2);
Callers
nothing calls this directly
Calls
2
require
Function · 0.50
add
Function · 0.50
Tested by
no test coverage detected