Hash returns the File Hash.
()
| 43 | type File interface { |
| 44 | // Hash returns the File Hash. |
| 45 | Hash() plumbing.Hash |
| 46 | // Mode returns the FileMode. |
| 47 | Mode() filemode.FileMode |
| 48 | // Path returns the complete Path to the file, including the filename. |
no outgoing calls