MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / RouteState

Interface RouteState

graph-ui/src/App.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const TAB_IDS: TabId[] = ["graph", "stats", "control"];
9
10interface 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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected