MCPcopy Create free account
hub / github.com/DNAProject/DNA / Len

Method Len

p2pserver/common/set/string_set.go:75–77  ·  view source on GitHub ↗

Len returns the size of the set.

()

Source from the content-addressed store, hash-verified

73
74// Len returns the size of the set.
75func (s StringSet) Len() int {
76 return len(s)
77}

Callers 4

TestStringSetFunction · 0.95
GetInConnRecordLenMethod · 0.45
GetOutConnRecordLenMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestStringSetFunction · 0.76