(challengeId: string)
| 22 | getSubmissionsByChallenge(challengeId: string): Promise<Submission[]>; |
| 23 | |
| 24 | getWriteupSectionsByChallenge(challengeId: string): Promise<WriteupSection[]>; |
| 25 | createWriteupSection(section: InsertWriteupSection): Promise<WriteupSection>; |
| 26 | |
| 27 | getUnlockedHints(sessionId: string, challengeId: string): Promise<string[]>; |
no outgoing calls
no test coverage detected