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

Method clear

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

* The `clear` method cancels the timer, preventing it from executing. * * @returns {void} * @private

()

Source from the content-addressed store, hash-verified

2551 * @private
2552 */
2553 clear() {
2554 this._state = TO_BE_CLEARED;
2555 this._idleStart = -1;
2556 }
2557 };
2558 _a = kFastTimer;
2559 module.exports = {

Callers 8

clearTimeoutFunction · 0.45
clearFastTimeoutFunction · 0.45
[kClose]Method · 0.45
[kDestroy]Method · 0.45
closeMethod · 0.45
clearMethod · 0.45
abortFunction · 0.45
constructorMethod · 0.45

Calls 3

__awaiterFunction · 0.70
writeMethod · 0.45
emptyBufferMethod · 0.45

Tested by

no test coverage detected