Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yorukot/superfile
/ NavGroup
Interface
NavGroup
website/src/lib/navigation.ts:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
export
interface
NavGroup {
8
label: string;
9
zhLabel?: string;
10
items: NavLeaf[];
11
}
12
13
export
type
NavNode = NavLeaf | NavGroup;
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected