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

Function lazyUtilColors

lib/internal/console/constructor.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}
86
87// Track amount of indentation required via `console.group()`.
88const kGroupIndentationWidth = Symbol('kGroupIndentWidth');

Callers 1

constructor.jsFile · 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…