()
| 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; |
nothing calls this directly
no test coverage detected
searching dependent graphs…