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 1e1e2df2995cb321c6203a0a0647d450ee20df0f
parent ee105ae9c0ecc9245dd4d424ca2cac5ac0f35007
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>