Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ add
Function
add
examples/harmony/math.js:1–7 · examples/harmony/math.js::add
()
Source
from the content-addressed store, hash-verified
1
export
function
add() {
2
var
sum = 0, i = 0, args = arguments, l = args.length;
3
while
(i < l) {
4
sum += args[i++];
5
}
6
return
sum;
7
}
Callers
7
example.js
File · 0.90
example.js
File · 0.90
increment
Function · 0.90
_setAssetInfo
Method · 0.50
add
Method · 0.50
apply
Method · 0.50
example.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected