| 8 | const TAB_IDS: TabId[] = ["graph", "stats", "control"]; |
| 9 | |
| 10 | interface RouteState { |
| 11 | tab: TabId; |
| 12 | project: string | null; |
| 13 | } |
| 14 | |
| 15 | /* Read the active tab + selected project from the URL query string so the |
| 16 | * current view survives refreshes and can be bookmarked or shared. */ |
nothing calls this directly
no outgoing calls
no test coverage detected