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

Method destroy

deps/undici/undici.js:589–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587 throw new Error("not implemented");
588 }
589 destroy() {
590 throw new Error("not implemented");
591 }
592 compose(...args) {
593 const interceptors = Array.isArray(args[0]) ? args[0] : args;
594 let dispatch = this.dispatch.bind(this);

Callers 15

requestFunction · 0.45
mainFunction · 0.45
errorListenerFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
doneFunction · 0.45
mainFunction · 0.45
doRequestFunction · 0.45
mainFunction · 0.45

Calls 9

queueMicrotaskFunction · 0.85
__nameFunction · 0.85
abortFunction · 0.70
rejectFunction · 0.50
resolveFunction · 0.50
callbackFunction · 0.50
assertFunction · 0.50
pushMethod · 0.45
thenMethod · 0.45

Tested by 5

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36