Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fetch: add `Handle::into_inner`
Lorenz Leutgeb committed 7 months ago
commit 31a7d3bd3fa3803fd4b37435f091cd39fc2dce4a
parent e40fe86ff8ea92dde1e53394d16954b833f10195
1 file changed +4 -0
modified crates/radicle-fetch/src/handle.rs
@@ -46,6 +46,10 @@ impl<R, S> Handle<R, S> {
    pub fn allowed(&self) -> Allowed {
        self.allowed.clone()
    }
+

+
    pub fn into_inner(self) -> R {
+
        self.repo
+
    }
}

impl<R, S> Handle<R, S>