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

Interface Tracks

apps/web/components/utils.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { cache } from "../../../packages/db/Cache";
5
6interface Tracks extends Track {
7 problems: { problem: Problem }[];
8}
9interface AllTracks extends Track {
10 problems: Problem[];
11 categories: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected