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