Skip to main content

Function: parseCloudBackupMetadataFileBuffer()

parseCloudBackupMetadataFileBuffer(buffer: Buffer): CloudBackupEntry

Defined in: electron/services/cloud/providers/CloudBackupMetadataFile.ts:32

Parses a provider-stored backup metadata buffer.

Parameters

buffer

Buffer

Returns

CloudBackupEntry

Remarks

This is the strict variant used by downloadBackup() implementations. It preserves the existing semantics of throwing on invalid JSON.