Function: parseCloudBackupMetadataFileBuffer()
function parseCloudBackupMetadataFileBuffer(buffer: Buffer): CloudBackupEntry;
Defined in: electron/services/cloud/providers/CloudBackupMetadataFile.ts:69
Parses a provider-stored backup metadata buffer.
Parameters
buffer
Returns
Remarks
This is the strict variant used by downloadBackup() implementations. It
preserves the existing semantics of throwing on invalid JSON.