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

Function FileReadStream

lib/fs.js:3922–3925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3920 // Legacy names... these have to be separate because of how graceful-fs
3921 // (and possibly other) modules monkey patch the values.
3922 get FileReadStream() {
3923 lazyLoadStreams();
3924 return FileReadStream;
3925 },
3926
3927 set FileReadStream(val) {
3928 FileReadStream = val;

Callers

nothing calls this directly

Calls 1

lazyLoadStreamsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…