SubAttributes returns the sub attributes.
()
| 149 | |
| 150 | // SubAttributes returns the sub attributes. |
| 151 | func (a CoreAttribute) SubAttributes() Attributes { |
| 152 | return a.subAttributes |
| 153 | } |
| 154 | |
| 155 | // Uniqueness returns the attributes uniqueness. |
| 156 | func (a CoreAttribute) Uniqueness() string { |
no outgoing calls
no test coverage detected