Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ increment
Function
increment
examples/harmony/increment.js:2–4 · examples/harmony/increment.js::increment
(val)
Source
from the content-addressed store, hash-verified
1
import
{ add } from
class
="st">'./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