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

Function init

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

Source from the content-addressed store, hash-verified

86// be accessed.
87function debuglog(set, cb) {
88 function init() {
89 set = StringPrototypeToUpperCase(set);
90 enabled = testEnabled(set);
91 }
92 let debug = (...args) => {
93 init();
94 // Only invokes debuglogImpl() when the debug function is

Callers 6

debugFunction · 0.70
testFunction · 0.70
startTimerFunction · 0.70
endTimerFunction · 0.70
logTimerFunction · 0.70
RoundRobinHandleFunction · 0.50

Calls 2

emitWarningIfNeededFunction · 0.85
cbFunction · 0.50

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…