* Watchdog for timeouts * @this {!Client} * @param {!number} utc UTC timestamp
(utc)
| 7023 | * @param {!number} utc UTC timestamp |
| 7024 | */ |
| 7025 | watchdog (utc) { |
| 7026 | this.watchdogRequests(utc) |
| 7027 | } |
| 7028 | |
| 7029 | // Send methods |
| 7030 |
nothing calls this directly
no test coverage detected