MCPcopy
hub / github.com/git-lfs/git-lfs / init

Function init

tools/util_darwin.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17var cloneFileSupported bool
18
19func init() {
20 cloneFileSupported = checkCloneFileSupported()
21}
22
23// checkCloneFileSupported return iff Mac OS version is greater or equal to 10.12.x Sierra.
24//

Callers

nothing calls this directly

Calls 1

checkCloneFileSupportedFunction · 0.85

Tested by

no test coverage detected