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

Function FileWriteStream

lib/fs.js:3931–3934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3929 },
3930
3931 get FileWriteStream() {
3932 lazyLoadStreams();
3933 return FileWriteStream;
3934 },
3935
3936 set FileWriteStream(val) {
3937 FileWriteStream = 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…