MCPcopy Create free account
hub / github.com/angular/dev-infra / reset

Function reset

github-actions/browserstack/set-browserstack-env.js:2636–2641  ·  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

2634 * @deprecated
2635 */
2636 reset() {
2637 fastNow = 0;
2638 fastTimers.length = 0;
2639 clearTimeout(fastNowTimeout);
2640 fastNowTimeout = null;
2641 },
2642 /**
2643 * Exporting for testing purposes only.
2644 * 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