(b *testing.B)
| 380 | func BenchmarkAppend256String(b *testing.B) { benchappendString(256, b) } |
| 381 | |
| 382 | func BenchmarkAppend2048String(b *testing.B) { benchappendString(2048, b) } |
| 383 | |
| 384 | func TestAppendBool(t *testing.T) { |
| 385 | vs := []bool{true, false} |
nothing calls this directly
no test coverage detected
searching dependent graphs…