MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / me

Method me

apps/api/src/auth/auth.controller.ts:77–79  ·  view source on GitHub ↗
(@CurrentUser() user: AuthUser)

Source from the content-addressed store, hash-verified

75
76 @Get("me")
77 me(@CurrentUser() user: AuthUser) {
78 return this.auth.me(user.id);
79 }
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected