()
| 17 | var cloneFileSupported bool |
| 18 | |
| 19 | func init() { |
| 20 | cloneFileSupported = checkCloneFileSupported() |
| 21 | } |
| 22 | |
| 23 | // checkCloneFileSupported return iff Mac OS version is greater or equal to 10.12.x Sierra. |
| 24 | // |
nothing calls this directly
no test coverage detected