()
| 292 | } |
| 293 | |
| 294 | refresh(): void { |
| 295 | this.start = Math.trunc(performance.now()); |
| 296 | this.minRoundTripTime = 0; |
| 297 | this._serverSelectionTimeout?.clear(); |
| 298 | this._connectionCheckoutTimeout?.clear(); |
| 299 | } |
| 300 | |
| 301 | clear(): void { |
| 302 | this._serverSelectionTimeout?.clear(); |
no test coverage detected