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

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

Retrieves the Header for the given sha1.

Errors

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