()
| 7726 | } |
| 7727 | __name(onHttpSocketError, "onHttpSocketError"); |
| 7728 | function onHttpSocketReadable() { |
| 7729 | this[kParser]?.readMore(); |
| 7730 | } |
| 7731 | __name(onHttpSocketReadable, "onHttpSocketReadable"); |
| 7732 | function onHttpSocketEnd() { |
| 7733 | const parser = this[kParser]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…