Map is the type used to describe maps of fields.
| 38 | |
| 39 | // Map is the type used to describe maps of fields. |
| 40 | Map struct { |
| 41 | KeyType *AttributeExpr |
| 42 | ElemType *AttributeExpr |
| 43 | } |
| 44 | |
| 45 | // NamedAttributeExpr describes object attributes together with their |
| 46 | // names. |
nothing calls this directly
no outgoing calls
no test coverage detected