Array is the type used to describe field arrays or repeated fields.
| 32 | |
| 33 | // Array is the type used to describe field arrays or repeated fields. |
| 34 | Array struct { |
| 35 | ElemType *AttributeExpr |
| 36 | NonNullableElems bool |
| 37 | } |
| 38 | |
| 39 | // Map is the type used to describe maps of fields. |
| 40 | Map struct { |
nothing calls this directly
no outgoing calls
no test coverage detected