mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-04-23 18:31:16 +08:00
TODO,需要等待Index实现
This commit is contained in:
@@ -23,6 +23,7 @@ pub struct Tree {
|
|||||||
|
|
||||||
impl Tree {
|
impl Tree {
|
||||||
pub fn new(index: &Index) -> Tree {
|
pub fn new(index: &Index) -> Tree {
|
||||||
|
// XXX wait for index to be implemented
|
||||||
Tree {
|
Tree {
|
||||||
hash: "".to_string(),
|
hash: "".to_string(),
|
||||||
entries: Vec::new(),
|
entries: Vec::new(),
|
||||||
|
|||||||
Reference in New Issue
Block a user