| 29 | } |
| 30 | |
| 31 | export class MemStorage implements IStorage { |
| 32 | private challenges: Map<string, Challenge>; |
| 33 | private hints: Map<string, Hint>; |
| 34 | private submissions: Map<string, Submission>; |
nothing calls this directly
no outgoing calls
no test coverage detected