Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ pureFn
Function
pureFn
test/configCases/inner-graph/pure-functions-option/pure-source.js:1–3 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1
export
function
pureFn(x) {
2
return
x;
3
}
4
5
export
const
pureArrow = (x) => {
6
return
x;
Callers
2
index.js
File · 0.90
isPure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected