Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs: clarify that Jobs:;get gets Job id
✗ CI failure Lars Wirzenius committed 11 months ago
commit 88010fd2b5c90c3d9f2e9e14649dab1f1e2cebe0
parent e917ef069e1214e80eba2d3c6bd228a3bd889091
1 failed (1 total) View logs
1 file changed +2 -1
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)
    }