MCPcopy
hub / github.com/rclone/rclone / assertPathExist

Function assertPathExist

vfs/vfscache/cache_test.go:65–69  ·  view source on GitHub ↗
(t *testing.T, path string)

Source from the content-addressed store, hash-verified

63}
64
65func assertPathExist(t *testing.T, path string) os.FileInfo {
66 fi, err := os.Stat(path)
67 assert.NoError(t, err)
68 return fi
69}
70
71type avInfo struct {
72 Remote string

Callers 3

TestCacheNewFunction · 0.85
TestCacheOpenMkdirFunction · 0.85
TestCacheRenameFunction · 0.85

Calls 1

StatMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…