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

Function getSessionId

4.Stackless Stack/server/routes.ts:80–82  ·  view source on GitHub ↗
(req: Request)

Source from the content-addressed store, hash-verified

78 app.use(validateInput);
79
80 const getSessionId = (req: Request): string => {
81 return ensureSessionId(req);
82 };
83
84 app.get("/api/challenge/:id", rateLimit(60, 60000), async (req: Request, res: Response) => {
85 try {

Callers 1

registerRoutesFunction · 0.70

Calls 1

ensureSessionIdFunction · 0.85

Tested by

no test coverage detected