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

Method emitDestroy

lib/async_hooks.js:234–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 emitDestroy() {
235 if (this[destroyedSymbol] !== undefined) {
236 this[destroyedSymbol].destroyed = true;
237 }
238 emitDestroy(this[async_id_symbol]);
239 return this;
240 }
241
242 asyncId() {
243 return this[async_id_symbol];

Callers 13

testNextTickFunction · 0.95
testQueueMicrotaskFunction · 0.95
testImmediateFunction · 0.95
testPromiseFunction · 0.95
testAwaitFunction · 0.95
runMicrotaskFunction · 0.45
tick1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected