Function: tryParseCloudBackupMetadataFileBuffer()
tryParseCloudBackupMetadataFileBuffer(
buffer:Buffer):CloudBackupEntry|null
Defined in: electron/services/cloud/providers/CloudBackupMetadataFile.ts:46
Best-effort parsing for provider-stored backup metadata buffers.
Parameters
buffer
Returns
CloudBackupEntry | null
Remarks
Used by provider listBackups() implementations so a single corrupted
metadata file doesn't prevent showing the rest of the backups.