(b *testing.B)
| 339 | } |
| 340 | |
| 341 | func BenchmarkAppend16Bytes(b *testing.B) { benchappendBytes(16, b) } |
| 342 | |
| 343 | func BenchmarkAppend256Bytes(b *testing.B) { benchappendBytes(256, b) } |
| 344 |
nothing calls this directly
no test coverage detected
searching dependent graphs…