Get attempts to resolve the path and return a reader for data in the block
(context.Context, path.Path)
| 24 | |
| 25 | // Get attempts to resolve the path and return a reader for data in the block |
| 26 | Get(context.Context, path.Path) (io.Reader, error) |
| 27 | |
| 28 | // Rm removes the block specified by the path from local blockstore. |
| 29 | // By default an error will be returned if the block can't be found locally. |
no outgoing calls