MCPcopy 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
81let utilColors;
82function lazyUtilColors() {
83 utilColors ??= require('internal/util/colors');
84 return utilColors;
85}
86const { getOptionValue } = require('internal/options');
87
88const binding = internalBinding('util');

Callers 1

styleTextFunction · 0.70

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…