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.