| 11 | const _0x4a2b = (s: string) => Buffer.from(s, 'base64').toString('utf-8'); |
| 12 | |
| 13 | export 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 }>; |
nothing calls this directly
no outgoing calls
no test coverage detected