Function read_blob

Source
fn read_blob<F, R>(obj: &Object<'_>, f: F) -> GitResult<R>
where F: FnMut(&mut dyn Read) -> Result<R>,
Expand description

Reads the full content of a Git blob object into a specified output format.