Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
add(a, b) {
2
return
a + b;
3
}
4
5
export
function
diff(a, b) {
6
return
a - b;
Callers
3
run
Function · 0.50
index.js
File · 0.50
run
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected