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

Function isCollectionType

go/fory/types.go:229–231  ·  view source on GitHub ↗
(typeID TypeId)

Source from the content-addressed store, hash-verified

227}
228
229func isCollectionType(typeID TypeId) bool {
230 return typeID == LIST || typeID == SET || typeID == MAP
231}
232
233func isPrimitiveArrayType(typeID TypeId) bool {
234 switch typeID {

Callers 4

registerSerializerMethod · 0.85
initFieldsMethod · 0.85
initFieldsFromTypeDefMethod · 0.85
fieldDeclaredTrackRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected