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

Function lazyInternalUtil

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

Source from the content-addressed store, hash-verified

221
222let internalUtil = null;
223function lazyInternalUtil() {
224 internalUtil ??= require('internal/util');
225 return internalUtil;
226}
227
228let internalUtilInspect = null;
229function lazyInternalUtilInspect() {

Callers 2

constructorMethod · 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…