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

Function read

lib/internal/v8_prof_polyfill.js:72–74  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

70const print = console.log;
71
72function read(fileName) {
73 return fs.readFileSync(fileName, 'utf8');
74}
75const quit = process.exit;
76
77const tickArguments = [];

Callers

nothing calls this directly

Calls 1

readFileSyncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…