MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / Cardinality

Method Cardinality

tools/ordered_set.go:176–178  ·  view source on GitHub ↗

Cardinality returns the cardinality of this set.

()

Source from the content-addressed store, hash-verified

174
175// Cardinality returns the cardinality of this set.
176func (s *OrderedSet) Cardinality() int {
177 return len(s.s)
178}
179
180// Iter returns a channel which yields the elements in this set in insertion
181// order.

Callers 5

UnionMethod · 0.95
IntersectMethod · 0.95
DifferenceMethod · 0.95
EqualMethod · 0.95
CloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected