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