Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/redisgraph-go
/ EdgeCount
Method
EdgeCount
path.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(p Path) EdgeCount() int {
58
return
len(p.Edges)
59
}
60
61
func
(p Path) String() string {
62
s := []string{
"<"
}
Callers
2
String
Method · 0.95
TestPath
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestPath
Function · 0.64