Function build

Source
pub fn build(
    local_cache: FoldersName,
    local: FoldersName,
    remote_cache: FoldersName,
    remote: FoldersName,
) -> FolderSyncPatches
Expand description

Folder synchronization patch builder.

Contains the core algorithm of the folder synchronization. It has been exported in a dedicated function so that it can be easily tested.