Skip to main content

resolve_object

Function resolve_object 

Source
pub fn resolve_object(
    journal: &mut Session,
    object_id: &str,
    read_canonical: impl FnOnce(&str) -> Result<StoredFile>,
) -> Result<ResolvedObject>
Expand description

Resolves a pending journal object or a canonical object through a caller supplied read boundary.