Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyUtilColors
Function
lazyUtilColors
lib/internal/errors.js:235–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
234
let
utilColors;
235
function
lazyUtilColors() {
236
utilColors ??= require(
'internal/util/colors'
);
237
return
utilColors;
238
}
239
240
let
buffer;
241
function
lazyBuffer() {
Callers
1
afterInspector
Function · 0.70
Calls
1
require
Function · 0.50
Tested by
no test coverage detected