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

Method getFlag

7.GraphQL Apocalypse/server/storage.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4export interface IStorage {
5 getFlag(): Promise<string>;
6 getUsers(): Promise<Array<{ id: string; username: string }>>;
7 unlockSecretData(accessCode: string): Promise<{ flag: string } | null>;
8 validateAccessCode(inputCode: string): Promise<boolean>;

Callers 5

registerRoutesFunction · 0.65
unlockSecretDataMethod · 0.65
registerRoutesFunction · 0.65
testFlagVault.tsFile · 0.65
resolvers.tsFile · 0.65

Implementers 1

MemStorage7.GraphQL Apocalypse/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected