MCPcopy Index your code
hub / github.com/nodejs/node / onHttpSocketReadable

Function onHttpSocketReadable

deps/undici/undici.js:7728–7730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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];

Callers

nothing calls this directly

Calls 1

readMoreMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…