Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ example.js
File
example.js
examples/externals/example.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
add = require(
"add"
);
2
var
subtract = require(
"subtract"
);
3
4
exports.exampleValue = subtract(add(42, 2), 2);
Callers
nothing calls this directly
Calls
2
require
Function · 0.50
add
Function · 0.50
Tested by
no test coverage detected