Searched refs:clone_from (Results 1 – 3 of 3) sorted by relevance
258 clone = Repo.clone_from(pkg_repo, pkg_dir, branch=branch)262 clone = Repo.clone_from(pkg_repo, pkg_dir, branch="master")
1324 fn clone_from(&mut self, source: &Self) { in clone_from() method1325 (**self).clone_from(&(**source)); in clone_from()2051 fn clone_from(&mut self, other: &Self) { in clone_from() method
2886 fn clone_from(&mut self, other: &Self) { in clone_from() method