Skip to main content

fetch_notes

Function fetch_notes 

Source
pub fn fetch_notes(
    repo_path: &Path,
    remote: &str,
    namespaces: &[Namespace],
    strategy: &dyn MergeStrategy,
) -> Result<SyncReport>