MCPcopy Create free account
hub / github.com/nodejs/node / read

Function read

deps/v8/test/mjsunit/const-tracking-let-invalidate-function-maglev3.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10let a;
11
12function read() {
13 return a;
14}
15
16function write(newA) {
17 a = newA;

Calls

no outgoing calls

Tested by

no test coverage detected