StoreTree will store a mapping key-->Hash as a Git tree
(mapping []TreeEntry)
| 151 | |
| 152 | // StoreTree will store a mapping key-->Hash as a Git tree |
| 153 | StoreTree(mapping []TreeEntry) (Hash, error) |
| 154 | |
| 155 | // ReadTree will return the list of entries in a Git tree |
| 156 | // The given hash could be from either a commit or a tree |
no outgoing calls
no test coverage detected