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

Function POST

web/src/app/api/auth/cli/logout/route.ts:10–16  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

8import { logger } from '@/util/logger'
9
10export async function POST(req: NextRequest) {
11 return postLogout({
12 req,
13 db: createLogoutDb(db),
14 logger,
15 })
16}

Callers

nothing calls this directly

Calls 2

postLogoutFunction · 0.90
createLogoutDbFunction · 0.85

Tested by

no test coverage detected