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

Function lazyLoadBlockList

lib/dgram.js:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105let _blockList = null;
106function lazyLoadBlockList() {
107 return _blockList ??= require('internal/blocklist').BlockList;
108}
109
110function Socket(type, listener) {
111 FunctionPrototypeCall(EventEmitter, this);

Callers 1

SocketFunction · 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…