Hash returns the selected checksum of the file If no checksum is available it returns ""
(ctx context.Context, ty hash.Type)
| 107 | // Hash returns the selected checksum of the file |
| 108 | // If no checksum is available it returns "" |
| 109 | Hash(ctx context.Context, ty hash.Type) (string, error) |
| 110 | |
| 111 | // Storable says whether this object can be stored |
| 112 | Storable() bool |
no outgoing calls