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

Method getChallenge

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

Source from the content-addressed store, hash-verified

12
13export interface IStorage {
14 getChallenge(id: string): Promise<Challenge | undefined>;
15 createChallenge(challenge: InsertChallenge): Promise<Challenge>;
16 updateChallengeSolves(id: string, solves: number): Promise<void>;
17

Callers 3

registerRoutesFunction · 0.65
registerRoutesFunction · 0.65
registerRoutesFunction · 0.65

Implementers 1

MemStorage4.Stackless Stack/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected