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

Function formatFieldType

go/fory/codegen/guard.go:90–92  ·  view source on GitHub ↗
(field FieldInfo)

Source from the content-addressed store, hash-verified

88}
89
90func formatFieldType(field FieldInfo) string {
91 return formatGoType(field.Type)
92}
93
94// formatGoType converts a Go type to its string representation
95func formatGoType(t types.Type) string {

Callers 1

generateStructGuardFunction · 0.85

Calls 1

formatGoTypeFunction · 0.85

Tested by

no test coverage detected