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

Method queueDestroyAsyncId

typings/internalBinding/async_wrap.d.ts:102–102  ·  view source on GitHub ↗
(asyncId: number)

Source from the content-addressed store, hash-verified

100 executionAsyncResource(index: number): InternalAsyncWrapBinding.PublicResource | null;
101 clearAsyncIdStack(): void;
102 queueDestroyAsyncId(asyncId: number): void;
103 setPromiseHooks(
104 initHook: ((promise: Promise<unknown>, parent?: Promise<unknown>) => void) | undefined,
105 promiseBeforeHook: InternalAsyncWrapBinding.PromiseHook | undefined,

Callers 2

emitDestroyScriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected