()
| 4181 | } |
| 4182 | |
| 4183 | function touchRemoteExecutionActivity() { |
| 4184 | state.remoteExecution.lastActivityAt = Date.now(); |
| 4185 | } |
| 4186 | |
| 4187 | function startRemoteExecutionIdleTimer() { |
| 4188 | if (remoteExecutionIdleTimer) return; |
no outgoing calls
no test coverage detected