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

Function reset

deps/undici/undici.js:1297–1302  ·  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

1295 * @deprecated
1296 */
1297 reset() {
1298 fastNow = 0;
1299 fastTimers.length = 0;
1300 clearTimeout(fastNowTimeout);
1301 fastNowTimeout = null;
1302 },
1303 /**
1304 * Exporting for testing purposes only.
1305 * Marking as deprecated to discourage any use outside of testing.

Callers 1

titleMethod · 0.50

Calls 1

clearTimeoutFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…