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

Function now

deps/undici/undici.js:1276–1278  ·  view source on GitHub ↗

* The now method returns the value of the internal fast timer clock. * * @returns {number}

()

Source from the content-addressed store, hash-verified

1274 * @returns {number}
1275 */
1276 now() {
1277 return fastNow;
1278 },
1279 /**
1280 * Trigger the onTick function to process the fastTimers array.
1281 * Exported for testing purposes only.

Callers 9

EventClass · 0.50
getMonotonicTimeFunction · 0.50
processCompleteFunction · 0.50
timerifiedFunction · 0.50
nowMethod · 0.50
startPerfFunction · 0.50
stopPerfFunction · 0.50
constructorMethod · 0.50
calculateStartDurationFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected