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

Function GET

freebuff/web/src/app/api/auth/cli/status/route.ts:7–14  ·  view source on GitHub ↗
(req: Request)

Source from the content-addressed store, hash-verified

5import { logger } from '@/util/logger'
6
7export async function GET(req: Request) {
8 return getLoginStatus({
9 req,
10 db: createLoginStatusDb(),
11 logger,
12 secret: env.NEXTAUTH_SECRET,
13 })
14}

Callers

nothing calls this directly

Calls 2

getLoginStatusFunction · 0.90
createLoginStatusDbFunction · 0.90

Tested by

no test coverage detected