Skip to main content

parse_tree

Function parse_tree 

Source
pub fn parse_tree(body: &[u8]) -> Result<Vec<GitTreeEntry>, GitParseError>
Expand description

Parse arbitrary git tree body bytes. Purely structural — mode policy (canonical/normalize/refuse) is the driver’s.