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

Function setTimeout

github-actions/bazel/configure-remote/configure-remote.js:2571–2573  ·  view source on GitHub ↗

* The setTimeout() method sets a timer which executes a function once the * timer expires. * @param {Function} callback A function to be executed after the timer * expires. * @param {number} delay The time, in milliseconds that the timer should * wait bef

(callback, delay, arg)

Source from the content-addressed store, hash-verified

2569 * timer expires.
2570 * @param {Function} callback A function to be executed after the timer
2571 * expires.
2572 * @param {number} delay The time, in milliseconds that the timer should
2573 * wait before the specified function or code is executed.
2574 * @param {*} [arg] An optional argument to be passed to the callback function
2575 * when the timer expires.
2576 * @returns {NodeJS.Timeout|FastTimer}

Callers 6

refreshTimeoutFunction · 0.70
setTimeoutMethod · 0.70
mockDispatchFunction · 0.70
delayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected