MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp /

Class

client/src/services/curriculum-data.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * will not ruin render performance.
14 */
15class CurriculumDataService {
16 #challengeNodes: ChallengeNode[] = [];
17 #certificateNodes: CertificateNode[] = [];
18 #superBlockStructures: Record<string, SuperBlockStructure> = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected