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

Function generateFingerprintIdSync

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

Source from the content-addressed store, hash-verified

221 * @deprecated Prefer calculateFingerprint() for hardware-based fingerprinting
222 */
223export function generateFingerprintIdSync(): string {
224 return calculateLegacyFingerprint()
225}
226
227/**
228 * Detects the fingerprint type from a fingerprint ID.

Callers 2

useFingerprintFunction · 0.90

Calls 1

Tested by

no test coverage detected