Skip to main content

decode_tree_body

Function decode_tree_body 

Source
pub fn decode_tree_body(data: &[u8]) -> Result<Vec<u8>>
Expand description

Return the serialized tree body stored in a loose object, decompressing only the loose-object wrapper. Migration code uses this to decode older tree schemas without teaching the current Tree reader to accept them.