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

Method getFingerprintData

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

Source from the content-addressed store, hash-verified

16 fingerprintId: string,
17 ): Promise<{ id: string }[]>
18 getFingerprintData(fingerprintId: string): Promise<FingerprintData[]>
19 deleteOrphanedWebSessions(userId: string): Promise<{ id: string }[]>
20 deleteWebSessionsInTimeWindow(
21 userId: string,

Callers 1

postLogoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected