(sessionId: string, challengeId: string)
| 25 | createWriteupSection(section: InsertWriteupSection): Promise<WriteupSection>; |
| 26 | |
| 27 | getUnlockedHints(sessionId: string, challengeId: string): Promise<string[]>; |
| 28 | unlockHint(sessionId: string, challengeId: string, hintId: string): Promise<void>; |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected