Function gix_index::extension::untracked_cache::decode
source ยท pub fn decode(data: &[u8], object_hash: Kind) -> Option<UntrackedCache>
Expand description
Decode an untracked cache extension from data
, assuming object hashes are of type object_hash
.