MCPcopy
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

1export function pureFn(x) {
2 return x;
3}
4
5export const pureArrow = (x) => {
6 return x;

Callers 2

index.jsFile · 0.90
isPureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected