MCPcopy 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
234let utilColors;
235function lazyUtilColors() {
236 utilColors ??= require('internal/util/colors');
237 return utilColors;
238}
239
240let buffer;
241function lazyBuffer() {

Callers 1

afterInspectorFunction · 0.70

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected