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

Function tick

github-actions/browserstack/set-browserstack-env.js:2625–2629  ·  view source on GitHub ↗

* Trigger the onTick function to process the fastTimers array. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated * @param {number} [delay=0] The delay in milliseconds to add to the now value.

(delay = 0)

Source from the content-addressed store, hash-verified

2623 return fastNow;
2624 },
2625 /**
2626 * Trigger the onTick function to process the fastTimers array.
2627 * Exported for testing purposes only.
2628 * Marking as deprecated to discourage any use outside of testing.
2629 * @deprecated
2630 * @param {number} [delay=0] The delay in milliseconds to add to the now value.
2631 */
2632 tick(delay = 0) {

Callers

nothing calls this directly

Calls 1

onTickFunction · 0.70

Tested by

no test coverage detected