MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Len

Method Len

xmlparser/attributes.go:112–114  ·  view source on GitHub ↗

Len returns the number of attributes.

()

Source from the content-addressed store, hash-verified

110
111// Len returns the number of attributes.
112func (a *Attributes) Len() int {
113 return len(a.s)
114}
115
116// Iter returns an iterator over the attributes.
117//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected