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

Function test

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

Source from the content-addressed store, hash-verified

113 };
114 let enabled;
115 let test = () => {
116 init();
117 test = () => enabled;
118 return enabled;
119 };
120 const logger = (...args) => {
121 // Improve performance when debug is disabled, avoid calling `new SafeArrayIterator(args)`
122 if (enabled === false) return;

Callers 1

getFunction · 0.70

Calls 1

initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…