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

Method getWriteupSectionsByChallenge

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

Source from the content-addressed store, hash-verified

22 getSubmissionsByChallenge(challengeId: string): Promise<Submission[]>;
23
24 getWriteupSectionsByChallenge(challengeId: string): Promise<WriteupSection[]>;
25 createWriteupSection(section: InsertWriteupSection): Promise<WriteupSection>;
26
27 getUnlockedHints(sessionId: string, challengeId: string): Promise<string[]>;

Callers 1

registerRoutesFunction · 0.65

Implementers 1

MemStorage4.Stackless Stack/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected