(id: string)
| 81 | * @returns A boolean indicating if the challenge id is an exam challenge. |
| 82 | */ |
| 83 | export const isExamId = (id: string): boolean => examChallenges.has(id); |
| 84 | |
| 85 | /** |
| 86 | * Get all challenge IDs for a specific block. |
no outgoing calls
no test coverage detected