Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ TracksWithCategoriesProps
Interface
TracksWithCategoriesProps
apps/web/components/Tracks.tsx:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
interface TracksWithCategoriesProps {
38
tracks: TrackPros[];
39
categories: { id: string; category: string }[];
40
}
41
42
enum CohortGroup {
43
One = 1,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected