ReadData will attempt to read arbitrary data from the given hash Returns ErrNotFound if not found.
(hash Hash)
| 148 | // ReadData will attempt to read arbitrary data from the given hash |
| 149 | // Returns ErrNotFound if not found. |
| 150 | ReadData(hash Hash) ([]byte, error) |
| 151 | |
| 152 | // StoreTree will store a mapping key-->Hash as a Git tree |
| 153 | StoreTree(mapping []TreeEntry) (Hash, error) |
no outgoing calls
no test coverage detected