(t *testing.T)
| 157 | } |
| 158 | |
| 159 | func TestTrivialWrite(t *testing.T) { |
| 160 | testTrivialWrite(t, false) |
| 161 | } |
| 162 | |
| 163 | func TestTrivialWriteDisk(t *testing.T) { |
| 164 | testTrivialWrite(t, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…