Skip to main content

sync_changed_row_for_local_operation

Function sync_changed_row_for_local_operation 

Source
pub fn sync_changed_row_for_local_operation(
    app_schema: AppSchema,
    operation: &SyncOperation,
    previous_row: Option<&Value>,
    local_row: Option<&Value>,
    commit_id: Option<String>,
) -> Option<SyncChangedRow>