MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / me

Function me

backend/app/main.py:240–241  ·  view source on GitHub ↗
(response: Response, participant=Cookie(default=None, alias=COOKIE_NAME))

Source from the content-addressed store, hash-verified

238
239@app.get("/api/me")
240def me(response: Response, participant=Cookie(default=None, alias=COOKIE_NAME)) -> dict:
241 return {"participant": get_or_create_participant(response, participant)}
242
243
244@app.post("/api/me")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected