()
| 1952 | } |
| 1953 | |
| 1954 | function streamOnResume() { |
| 1955 | if (!this.destroyed) |
| 1956 | this[kHandle].readStart(); |
| 1957 | } |
| 1958 | |
| 1959 | function streamOnPause() { |
| 1960 | if (!this.destroyed && !this.pending) |
nothing calls this directly
no test coverage detected
searching dependent graphs…