MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / Size

Method Size

sorted_set.go:474–476  ·  view source on GitHub ↗

Size returns the number of elements in the SkipList.

()

Source from the content-addressed store, hash-verified

472
473// Size returns the number of elements in the SkipList.
474func (sl *SkipList) Size() int {
475 return int(sl.length)
476}
477
478// PeekMin returns the element with minimum score, nil if the set is empty.
479//

Callers 1

FindRevRankMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected