MCPcopy
hub / github.com/webpack/webpack / setValue2

Function setValue2

test/hotCases/invalidate/conditional-accept/store.js:7–9  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

5
6export let value2 = 0;
7export function setValue2(v) {
8 value2 = v;
9}

Callers 4

module2.jsFile · 0.90
b.jsFile · 0.85
b.jsFile · 0.85
b.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected