Skip to main content

read_object_from_pack_bytes

Function read_object_from_pack_bytes 

Source
pub fn read_object_from_pack_bytes(
    pack_bytes: &[u8],
    idx: &PackIndex,
    oid: &[u8],
) -> Result<Object>
Expand description

Resolve an object from already-loaded pack bytes (used by verify-pack).