IsEmpty returns true if the mapped attribute contains no key.
()
| 198 | |
| 199 | // IsEmpty returns true if the mapped attribute contains no key. |
| 200 | func (ma *MappedAttributeExpr) IsEmpty() bool { |
| 201 | return len(*ma.Type.(*Object)) == 0 |
| 202 | } |
no outgoing calls