Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
105
let
_blockList = null;
106
function
lazyLoadBlockList() {
107
return
_blockList ??= require(
'internal/blocklist'
).BlockList;
108
}
109
110
function
Socket(
type
, listener) {
111
FunctionPrototypeCall(EventEmitter, this);
Callers
1
Socket
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…