([]byte)
| 477 | } |
| 478 | |
| 479 | func newEmptyBuf([]byte) mem.Buffer { |
| 480 | var bs mem.BufferSlice |
| 481 | return bs.MaterializeToBuffer(mem.NopBufferPool{}) |
| 482 | } |
| 483 | |
| 484 | func checkForPanic(t *testing.T, wantErr string) { |
| 485 | t.Helper() |
nothing calls this directly
no test coverage detected