| 11 | * for user vs CLI active time. |
| 12 | */ |
| 13 | export class ActivityManager { |
| 14 | private activeOperations = new Set<string>() |
| 15 | |
| 16 | private lastUserActivityTime: number = 0 // Start with 0 to indicate no activity yet |
nothing calls this directly
no outgoing calls
no test coverage detected