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

Function CheckCloneFileSupported

tools/util_generic.go:13–15  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

11)
12
13func CheckCloneFileSupported(dir string) (supported bool, err error) {
14 return false, errors.New(tr.Tr.Get("unsupported platform"))
15}
16
17func CloneFile(writer io.Writer, reader io.Reader) (bool, error) {
18 return false, nil

Callers

nothing calls this directly

Calls 2

NewFunction · 0.92
GetMethod · 0.65

Tested by

no test coverage detected