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

Class

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

Source from the content-addressed store, hash-verified

11const _0x4a2b = (s: string) => Buffer.from(s, 'base64').toString('utf-8');
12
13export class MemStorage implements IStorage {
14 private readonly _vault = flagVault;
15 private readonly SECRET_ACCESS_CODE_HASH: string;
16 private users: Array<{ id: string; username: string }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected