MCPcopy
hub / github.com/PuerkitoBio/goquery / Size

Method Size

property.go:85–87  ·  view source on GitHub ↗

Size is an alias for Length.

()

Source from the content-addressed store, hash-verified

83
84// Size is an alias for Length.
85func (s *Selection) Size() int {
86 return s.Length()
87}
88
89// Length returns the number of elements in the Selection object.
90func (s *Selection) Length() int {

Callers 3

WrapAllNodeMethod · 0.95
manipulateNodesMethod · 0.95
wrapInnerNodesMethod · 0.80

Calls 1

LengthMethod · 0.95

Tested by

no test coverage detected