()
| 156 | ? stdioIdleTimeoutEnv |
| 157 | : 10 * 60 * 1000; |
| 158 | let noteSessionActivity: () => void = () => undefined; |
| 159 | let beginTrackedSessionWork: () => void = () => undefined; |
| 160 | let endTrackedSessionWork: () => void = () => undefined; |
| 161 |
no outgoing calls
no test coverage detected