Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
75
func
(s StringSet) Len() int {
76
return
len(s)
77
}
Callers
4
TestStringSet
Function · 0.95
GetOutConnectingListLen
Method · 0.45
GetInConnRecordLen
Method · 0.45
GetOutConnRecordLen
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestStringSet
Function · 0.76