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

Method unclaimFingerprint

web/src/app/api/auth/cli/logout/_db.ts:25–25  ·  view source on GitHub ↗
(fingerprintId: string)

Source from the content-addressed store, hash-verified

23 ): Promise<{ id: string }[]>
24 deleteAllWebSessions(userId: string): Promise<{ id: string }[]>
25 unclaimFingerprint(fingerprintId: string): Promise<void>
26}
27
28export function createLogoutDb(db: CodebuffPgDatabase): LogoutDb {

Callers 1

postLogoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected