Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyUtilColors
Function
lazyUtilColors
lib/util.js:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
let
utilColors;
82
function
lazyUtilColors() {
83
utilColors ??= require(
'internal/util/colors'
);
84
return
utilColors;
85
}
86
const
{ getOptionValue } = require(
'internal/options'
);
87
88
const
binding = internalBinding(
'util'
);
Callers
1
styleText
Function · 0.70
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…