We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
State::from_tree()
1 parent 70c7c29 commit 959dc17Copy full SHA for 959dc17
gix-index/src/init.rs
@@ -39,6 +39,7 @@ mod from_tree {
39
where
40
Find: for<'a> FnMut(&gix_hash::oid, &'a mut Vec<u8>) -> Option<TreeRefIter<'a>>,
41
{
42
+ let _span = gix_features::trace::coarse!("gix_index::State::from_tree()");
43
let mut buf = Vec::new();
44
let root = find(tree, &mut buf).ok_or(breadthfirst::Error::NotFound { oid: tree.into() })?;
45
0 commit comments