Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ increment
Function
increment
examples/harmony/increment.js:2–4 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
1
import
{ add } from
'./math'
;
2
export
function
increment(val) {
3
return
add(val, 1);
4
};
Callers
nothing calls this directly
Calls
1
add
Function · 0.90
Tested by
no test coverage detected