Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/redisgraph-go
/ NodesCount
Method
NodesCount
path.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(p Path) NodesCount() int {
54
return
len(p.Nodes)
55
}
56
57
func
(p Path) EdgeCount() int {
58
return
len(p.Edges)
Callers
2
LastNode
Method · 0.95
TestPath
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestPath
Function · 0.64