pub fn build_cache_tree_from_index(
odb: &Odb,
index: &Index,
) -> Result<CacheTreeNode>Expand description
Build a valid cache-tree extension from the index and write any missing tree objects.
ยงErrors
Returns an error if tree object creation fails.