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

Method getUnlockedHints

4.Stackless Stack/server/storage.ts:27–27  ·  view source on GitHub ↗
(sessionId: string, challengeId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

registerRoutesFunction · 0.65

Implementers 1

MemStorage4.Stackless Stack/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected