MCPcopy 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
41func (p Path) GetEdge(index int) *Edge{
42 return p.Edges[index]
43}
44
45func (p Path) FirstNode() *Node {
46 return p.GetNode(0)

Callers 2

StringMethod · 0.95
TestPathFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPathFunction · 0.64