Skip to main content

sync_local_to_remote

Function sync_local_to_remote 

Source
pub async fn sync_local_to_remote(
    _path: &PathBuf,
    url_in: &str,
    parents: &[String],
    _original_content: Option<String>,
    new_content: String,
    content_type: Option<String>,
    state: DaemonState,
) -> Result<()>
Expand description

Logic for syncing a local file to a remote Braid URL.