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

Function getFingerprintId

cli/src/utils/fingerprint.ts:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 * await the same promise.
151 */
152export function getFingerprintId(): Promise<string> {
153 if (!cachedFingerprintPromise) {
154 cachedFingerprintPromise = calculateFingerprint()
155 }
156 return cachedFingerprintPromise
157}
158
159/**
160 * Main fingerprint function.

Callers 3

initializeAppFunction · 0.90
LoginModalFunction · 0.90
runPlainLoginFunction · 0.90

Calls 1

calculateFingerprintFunction · 0.85

Tested by

no test coverage detected