Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
docs: clarify that Jobs:;get gets Job id
Merged liw opened 10 months ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +2 -1 e917ef06 524dfdb1
modified src/lib.rs
@@ -555,7 +555,8 @@ where
        Ok(self.all()?.count())
    }

-
    /// Get a [`Job`].
+
    /// Get a [`Job`], given the object identifier for it (see
+
    /// [`JobMut::id`]).
    pub fn get(&self, id: &ObjectId) -> Result<Option<Job>, store::Error> {
        self.raw.get(id)
    }