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

Function ensureTimerFlagsAreUpdated

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

Source from the content-addressed store, hash-verified

391 let timerFlags = kNone;
392
393 function ensureTimerFlagsAreUpdated() {
394 timerFlags &= ~kSkipTrace;
395
396 if (traceCategoryBuffer[0] === 0) {
397 timerFlags |= kSkipTrace;
398 }
399 }
400
401 /**
402 * @type {TimerStart}

Callers 3

internalStartTimerFunction · 0.85
internalEndTimerFunction · 0.85
internalLogTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…