MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / GET

Function GET

web/src/app/api/v1/me/route.ts:10–12  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

8import { logger } from '@/util/logger'
9
10export async function GET(req: NextRequest) {
11 return getMe({ req, getUserInfoFromApiKey, logger, trackEvent })
12}

Callers

nothing calls this directly

Calls 1

getMeFunction · 0.90

Tested by

no test coverage detected