MCPcopy Create free account
hub / github.com/F12FLASH/CTF /

Class

4.Stackless Stack/server/storage.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export class MemStorage implements IStorage {
32 private challenges: Map<string, Challenge>;
33 private hints: Map<string, Hint>;
34 private submissions: Map<string, Submission>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected