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

Function fieldDeclaredNullable

go/fory/field_spec.go:612–617  ·  view source on GitHub ↗
(spec FieldSpec)

Source from the content-addressed store, hash-verified

610}
611
612func fieldDeclaredNullable(spec FieldSpec) bool {
613 if spec.Type == nil {
614 return false
615 }
616 return spec.Type.Nullable
617}
618
619func fieldDeclaredTrackRef(spec FieldSpec, xlang bool, defaultTrackRef bool) bool {
620 if spec.Type == nil {

Callers 3

initFieldsMethod · 0.85
initFieldsFromTypeDefMethod · 0.85
buildFieldDefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected