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

Function lazyInternalUtilInspect

lib/internal/errors.js:229–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227
228let internalUtilInspect = null;
229function lazyInternalUtilInspect() {
230 internalUtilInspect ??= require('internal/util/inspect');
231 return internalUtilInspect;
232}
233
234let utilColors;
235function lazyUtilColors() {

Callers 7

inspectWithNoCustomRetryFunction · 0.85
constructorMethod · 0.85
getMessageFunction · 0.85
afterInspectorFunction · 0.85
determineSpecificTypeFunction · 0.85
errors.jsFile · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…