MCPcopy
hub / github.com/rclone/rclone / TestFileOpenRead

Function TestFileOpenRead

vfs/file_test.go:177–181  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

175}
176
177func TestFileOpenRead(t *testing.T) {
178 _, _, file, _ := fileCreate(t, vfscommon.CacheModeOff)
179
180 fileCheckContents(t, file)
181}
182
183func TestFileOpenReadUnknownSize(t *testing.T) {
184 var (

Callers

nothing calls this directly

Calls 2

fileCreateFunction · 0.85
fileCheckContentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…