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

Method close

deps/undici/undici.js:586–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 throw new Error("not implemented");
585 }
586 close() {
587 throw new Error("not implemented");
588 }
589 destroy() {
590 throw new Error("not implemented");
591 }

Callers

nothing calls this directly

Calls 9

queueMicrotaskFunction · 0.85
__nameFunction · 0.85
closeMethod · 0.65
rejectFunction · 0.50
resolveFunction · 0.50
callbackFunction · 0.50
pushMethod · 0.45
thenMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected