(t reflect.Type)
| 81 | } |
| 82 | |
| 83 | func typeid(t reflect.Type) unsafe.Pointer { |
| 84 | return (*iface)(unsafe.Pointer(&t)).ptr |
| 85 | } |
| 86 | |
| 87 | func constructCachedCodec(t reflect.Type, cache map[unsafe.Pointer]codec) codec { |
| 88 | c := constructCodec(t, map[reflect.Type]*structType{}, t.Kind() == reflect.Ptr) |
no outgoing calls
no test coverage detected
searching dependent graphs…