MCPcopy Create free account
hub / github.com/code100x/daily-code / AllTracks

Interface AllTracks

apps/web/components/utils.tsx:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 problems: { problem: Problem }[];
8}
9interface AllTracks extends Track {
10 problems: Problem[];
11 categories: {
12 category: {
13 id: string;
14 category: string;
15 };
16 }[];
17}
18
19export async function getProblem(problemId: string | null) {
20 if (!problemId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected