MCPcopy Create free account
hub / github.com/apache/fory / UnwrapReflectValue

Function UnwrapReflectValue

go/fory/map.go:674–676  ·  view source on GitHub ↗

UnwrapReflectValue is exported for use by other packages

(v reflect.Value)

Source from the content-addressed store, hash-verified

672
673// UnwrapReflectValue is exported for use by other packages
674func UnwrapReflectValue(v reflect.Value) reflect.Value {
675 return unwrapInterface(v)
676}
677
678func getTypeInfoForValue(v reflect.Value, resolver *TypeResolver) (*TypeInfo, error) {
679 if v.Kind() == reflect.Interface && !v.IsNil() {

Callers 3

writeHeaderMethod · 0.85
writeSameTypeMethod · 0.85
writeDifferentTypesMethod · 0.85

Calls 1

unwrapInterfaceFunction · 0.85

Tested by

no test coverage detected