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

Method unlockSecretData

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

Source from the content-addressed store, hash-verified

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>;
9}
10

Callers 1

resolvers.tsFile · 0.65

Implementers 1

MemStorage7.GraphQL Apocalypse/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected