stringHeader instead of reflect.StringHeader
| 3285 | |
| 3286 | // stringHeader instead of reflect.StringHeader |
| 3287 | type stringHeader struct { |
| 3288 | data unsafe.Pointer |
| 3289 | len int |
| 3290 | } |
| 3291 | |
| 3292 | // sliceHeader instead of reflect.SliceHeader |
| 3293 | type sliceHeader struct { |
nothing calls this directly
no outgoing calls
no test coverage detected