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

Function read

deps/v8/test/mjsunit/const-tracking-let-invalidate-function-maglev2.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected