(t *testing.T)
| 175 | } |
| 176 | |
| 177 | func TestFileOpenRead(t *testing.T) { |
| 178 | _, _, file, _ := fileCreate(t, vfscommon.CacheModeOff) |
| 179 | |
| 180 | fileCheckContents(t, file) |
| 181 | } |
| 182 | |
| 183 | func TestFileOpenReadUnknownSize(t *testing.T) { |
| 184 | var ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…