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

Method getHintsByChallenge

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

Source from the content-addressed store, hash-verified

16 updateChallengeSolves(id: string, solves: number): Promise<void>;
17
18 getHintsByChallenge(challengeId: string): Promise<Hint[]>;
19 createHint(hint: InsertHint): Promise<Hint>;
20
21 createSubmission(submission: InsertSubmission): Promise<Submission>;

Callers 1

registerRoutesFunction · 0.65

Implementers 1

MemStorage4.Stackless Stack/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected