Function radicle_source::commit::commit[][src]

pub fn commit(browser: &mut Browser<'_>, sha1: Oid) -> Result<Commit, Error>

Retrieves a Commit.

Errors

Will return Error if the project doesn’t exist or the surf interaction fails.