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.