| 13 | * will not ruin render performance. |
| 14 | */ |
| 15 | class CurriculumDataService { |
| 16 | #challengeNodes: ChallengeNode[] = []; |
| 17 | #certificateNodes: CertificateNode[] = []; |
| 18 | #superBlockStructures: Record<string, SuperBlockStructure> = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected