radicle_source::commit
pub fn header(browser: &mut Browser<'_>, sha1: Oid) -> Result<Header, Error>
Retrieves the Header for the given sha1.
Header
sha1
Will return Error if the project doesn’t exist or the surf interaction fails.
Error