| 530 | const REMOTE_FLUSH_INTERVAL_MS = 10 |
| 531 | |
| 532 | class Project { |
| 533 | // Minimal cache for current session only (not all sessions) |
| 534 | currentSessionTag: string | undefined |
| 535 | currentSessionTitle: string | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected