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

Function lazyAbortController

lib/util.js:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102let abortController;
103
104function lazyAbortController() {
105 abortController ??= require('internal/abort_controller');
106 return abortController;
107}
108
109let internalDeepEqual;
110

Callers 3

transferableAbortSignalFunction · 0.85
abortedFunction · 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…