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

Function lazyLoadCluster

lib/dgram.js:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100// Lazily loaded
101let _cluster = null;
102function lazyLoadCluster() {
103 return _cluster ??= require('cluster');
104}
105let _blockList = null;
106function lazyLoadBlockList() {
107 return _blockList ??= require('internal/blocklist').BlockList;

Callers 2

bindServerHandleFunction · 0.85
dgram.jsFile · 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…