* Watchdog for timeouts * @this {!Client} * @param {!number} utc UTC timestamp
(utc)
| 6786 | * @param {!number} utc UTC timestamp |
| 6787 | */ |
| 6788 | watchdog (utc) { |
| 6789 | this.watchdogRequests(utc) |
| 6790 | } |
| 6791 | |
| 6792 | // Send methods |
| 6793 |
nothing calls this directly
no test coverage detected