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

Function lazyMessageChannel

lib/internal/abort_controller.js:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80// an incomplete initialization of abort_controller.
81
82function lazyMessageChannel() {
83 _MessageChannel ??= require('internal/worker/io').MessageChannel;
84 return new _MessageChannel();
85}
86
87const clearTimeoutRegistry = new SafeFinalizationRegistry(clearTimeout);
88const dependantSignalsCleanupRegistry = new SafeFinalizationRegistry(

Callers 1

[kTransferList]Method · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…