MCPcopy Create free account
hub / github.com/nodejs/node / reset

Function reset

deps/undici/src/lib/util/timers.js:413–418  ·  view source on GitHub ↗

* Reset FastTimers. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated

()

Source from the content-addressed store, hash-verified

411 * @deprecated
412 */
413 reset () {
414 fastNow = 0
415 fastTimers.length = 0
416 clearTimeout(fastNowTimeout)
417 fastNowTimeout = null
418 },
419 /**
420 * Exporting for testing purposes only.
421 * Marking as deprecated to discourage any use outside of testing.

Callers

nothing calls this directly

Calls 1

clearTimeoutFunction · 0.70

Tested by

no test coverage detected