()
| 1413 | } |
| 1414 | |
| 1415 | function onSocketPause() { |
| 1416 | if (this._handle?.reading) { |
| 1417 | this._handle.reading = false; |
| 1418 | this._handle.readStop(); |
| 1419 | } |
| 1420 | } |
| 1421 | |
| 1422 | function unconsume(parser, socket) { |
| 1423 | if (socket._handle) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…