()
| 11 | } |
| 12 | |
| 13 | func doublePointerBytes() []byte { |
| 14 | o := &bufWrapper{} |
| 15 | o.pointer = o.buf[0:10] |
| 16 | return o.pointer[0:1] |
| 17 | } |
| 18 | |
| 19 | func TestCreateBlobFromBuffer(t *testing.T) { |
| 20 | t.Parallel() |
no outgoing calls
no test coverage detected
searching dependent graphs…