Function: getMaxOpIdByDevice()
getMaxOpIdByDevice(
operations: readonlyCloudSyncOperation[]):Record<string,number>
Defined in: electron/services/sync/syncEngineState.ts:669
Computes the latest operation id emitted by each device.
Parameters
operations
readonly CloudSyncOperation[]
Operation log entries.
Returns
Record<string, number>