()
| 158 | let noteSessionActivity: () => void = () => undefined; |
| 159 | let beginTrackedSessionWork: () => void = () => undefined; |
| 160 | let endTrackedSessionWork: () => void = () => undefined; |
| 161 | |
| 162 | async function withTrackedSessionActivity<T>(handler: () => Promise<T>): Promise<T> { |
| 163 | noteSessionActivity(); |
no outgoing calls
no test coverage detected