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

Function lazyUtilColors

lib/internal/util/debuglog.js:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59let utilColors;
60function lazyUtilColors() {
61 utilColors ??= require('internal/util/colors');
62 return utilColors;
63}
64
65function debuglogImpl(enabled, set) {
66 if (debugImpls[set] === undefined) {

Callers 2

debuglogImplFunction · 0.70
logImplFunction · 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…