MCPcopy
hub / github.com/webpack/webpack / add

Function add

test/configCases/dll-plugin-format/0-create-dll/utility.js:1–3  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1export function add(a, b) {
2 return a + b;
3}
4
5export function diff(a, b) {
6 return a - b;

Callers 3

runFunction · 0.50
index.jsFile · 0.50
runFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected