Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
import
{ logger } from
'@/util/logger'
9
10
export
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
postLogout
Function · 0.90
createLogoutDb
Function · 0.85
Tested by
no test coverage detected