MCPcopy
hub / github.com/webpack/webpack / setValue1

Function setValue1

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

Source from the content-addressed store, hash-verified

1export let value1 = 0;
2export function setValue1(v) {
3 value1 = v;
4}
5
6export let value2 = 0;
7export function setValue2(v) {

Callers 1

module1.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected