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

Method getExploitAttemptById

16.The Phoenix/server/storage.ts:24–24  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

22 createExploitAttempt(attempt: InsertExploitAttempt): Promise<ExploitAttempt>;
23 getExploitAttempts(): Promise<ExploitAttempt[]>;
24 getExploitAttemptById(id: string): Promise<ExploitAttempt | undefined>;
25
26 // Payloads
27 createPayload(payload: InsertPayload): Promise<Payload>;

Callers 1

registerRoutesFunction · 0.65

Implementers 1

MemStorage16.The Phoenix/server/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected