This commit is contained in:
HouXiaoxuan
2023-12-20 02:11:45 +08:00
parent cb2a8eb9d0
commit ee0360fa66

View File

@@ -27,7 +27,8 @@ impl Tree {
Tree {
hash: "".to_string(),
entries: Vec::new(),
}
};
unimplemented!("Tree::new");
}
pub fn load(hash: &String) -> Tree {