MCPcopy Index your code
hub / github.com/angular/components / _clearOpenTimeout

Method _clearOpenTimeout

src/aria/private/menu/menu.ts:463–468  ·  view source on GitHub ↗

Clears the open timeout.

()

Source from the content-addressed store, hash-verified

461
462 /** Clears the open timeout. */
463 _clearOpenTimeout() {
464 if (this._openTimeout) {
465 clearTimeout(this._openTimeout);
466 this._openTimeout = undefined;
467 }
468 }
469
470 /** Clears the close timeout. */
471 _clearCloseTimeout() {

Callers 4

_closeItemMethod · 0.95
_openItemMethod · 0.95
onMouseOutMethod · 0.95
_clearTimeoutsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected