Len returns the number of attributes.
()
| 110 | |
| 111 | // Len returns the number of attributes. |
| 112 | func (a *Attributes) Len() int { |
| 113 | return len(a.s) |
| 114 | } |
| 115 | |
| 116 | // Iter returns an iterator over the attributes. |
| 117 | // |
nothing calls this directly
no outgoing calls
no test coverage detected