(b *testing.B)
| 825 | } |
| 826 | |
| 827 | func BenchmarkRead256String(b *testing.B) { |
| 828 | benchString(256, b) |
| 829 | } |
| 830 | |
| 831 | func TestReadComplex64(t *testing.T) { |
| 832 | var buf bytes.Buffer |
nothing calls this directly
no test coverage detected
searching dependent graphs…