Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/redisgraph-go
/ GetEdge
Method
GetEdge
path.go:41–43 ·
view source on GitHub ↗
(index int)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(p Path) GetEdge(index int) *Edge{
42
return
p.Edges[index]
43
}
44
45
func
(p Path) FirstNode() *Node {
46
return
p.GetNode(0)
Callers
2
String
Method · 0.95
TestPath
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestPath
Function · 0.64