MCPcopy Create free account
hub / github.com/nodejs/node / onAborted

Function onAborted

deps/undici/undici.js:9204–9206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9202 }
9203 __name(onFrameError, "onFrameError");
9204 function onAborted() {
9205 this.off("data", onData);
9206 }
9207 __name(onAborted, "onAborted");
9208 function onTimeout() {
9209 const stream = this;

Callers

nothing calls this directly

Calls 6

isReadableFunction · 0.85
isAbortedFunction · 0.70
isErrorLikeFunction · 0.70
offMethod · 0.45
errorMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected