MultiValued returns whether the attribute is multi valued.
()
| 117 | |
| 118 | // MultiValued returns whether the attribute is multi valued. |
| 119 | func (a CoreAttribute) MultiValued() bool { |
| 120 | return a.multiValued |
| 121 | } |
| 122 | |
| 123 | // Mutability returns the mutability of the attribute. |
| 124 | func (a CoreAttribute) Mutability() string { |
no outgoing calls
no test coverage detected