Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
import
{ logger } from
'@/util/logger'
9
10
export
async
function
GET(req: NextRequest) {
11
return
getMe({ req, getUserInfoFromApiKey, logger, trackEvent })
12
}
Callers
nothing calls this directly
Calls
1
getMe
Function · 0.90
Tested by
no test coverage detected