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

Function isRefKind

go/fory/union.go:588–595  ·  view source on GitHub ↗
(kind reflect.Kind)

Source from the content-addressed store, hash-verified

586}
587
588func isRefKind(kind reflect.Kind) bool {
589 switch kind {
590 case reflect.Ptr, reflect.Map, reflect.Slice, reflect.Interface:
591 return true
592 default:
593 return false
594 }
595}

Callers 1

writeUnionOverrideValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected