| 396 | } |
| 397 | |
| 398 | int File::hashCode() const { return fullPath.hashCode(); } |
| 399 | int64 File::hashCode64() const { return fullPath.hashCode64(); } |
| 400 | |
| 401 | //============================================================================== |
no outgoing calls
no test coverage detected