MCPcopy
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

1export 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.jsFile · 0.90
example.jsFile · 0.90
incrementFunction · 0.90
_setAssetInfoMethod · 0.50
addMethod · 0.50
applyMethod · 0.50
example.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected