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

Function TestMethodExists

tools/util_test.go:32–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

30}
31
32func TestMethodExists(t *testing.T) {
33 // testing following methods exist in all platform.
34 _, _ = CheckCloneFileSupported(os.TempDir())
35 _, _ = CloneFile(io.Writer(nil), io.Reader(nil))
36 _, _ = CloneFileByPath("", "")
37}

Callers

nothing calls this directly

Calls 4

CheckCloneFileSupportedFunction · 0.70
CloneFileFunction · 0.70
CloneFileByPathFunction · 0.70
TempDirMethod · 0.45

Tested by

no test coverage detected