Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getSessionByToken
Method
getSessionByToken
web/src/app/api/auth/cli/logout/_db.ts:10–10 ·
view source on GitHub ↗
( token: string, userId: string, )
Source
from the content-addressed store, hash-verified
8
9
export
interface
LogoutDb {
10
getSessionByToken(
11
token: string,
12
userId: string,
13
): Promise<{ userId: string }[]>
Callers
1
postLogout
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected