()
| 250 | } |
| 251 | |
| 252 | clearShowTimeout() { |
| 253 | clearTimeout(this._showTimeout); |
| 254 | this._showTimeout = undefined; |
| 255 | } |
| 256 | |
| 257 | clearHideTimeout() { |
| 258 | clearTimeout(this._hideTimeout); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…