(sessionId: string, challengeId: string, hintId: string)
| 26 | |
| 27 | getUnlockedHints(sessionId: string, challengeId: string): Promise<string[]>; |
| 28 | unlockHint(sessionId: string, challengeId: string, hintId: string): Promise<void>; |
| 29 | } |
| 30 | |
| 31 | export class MemStorage implements IStorage { |
no outgoing calls
no test coverage detected