MCPcopy Index your code
hub / github.com/nodejs/node / fn

Function fn

test/es-module/test-esm-live-binding.mjs:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13const s = Symbol();
14const fn = () => s;
15
16Reflect.deleteProperty(fs, 'readFile');
17syncBuiltinESMExports();

Calls

no outgoing calls

Tested by

no test coverage detected