()
| 1957 | } |
| 1958 | |
| 1959 | function streamOnPause() { |
| 1960 | if (!this.destroyed && !this.pending) |
| 1961 | this[kHandle].readStop(); |
| 1962 | } |
| 1963 | |
| 1964 | function afterShutdown(status) { |
| 1965 | const stream = this.handle[kOwner]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…