fn new()

in src/api/sync.rs [698:700]


    fn new(api: Api, repo: Repo) -> Self {
        Self { api, repo }
    }