(t *testing.T)
| 377 | } |
| 378 | |
| 379 | func TestFileReadAtZeroLength(t *testing.T) { |
| 380 | testFileReadAt(t, 0) |
| 381 | } |
| 382 | |
| 383 | func TestFileReadAtNonZeroLength(t *testing.T) { |
| 384 | testFileReadAt(t, 100) |
nothing calls this directly
no test coverage detected
searching dependent graphs…