MCPcopy Create free account
hub / github.com/RedisGraph/redisgraph-go / GetNode

Method GetNode

path.go:37–39  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

35}
36
37func (p Path) GetNode(index int) *Node {
38 return p.Nodes[index]
39}
40
41func (p Path) GetEdge(index int) *Edge{
42 return p.Edges[index]

Callers 3

FirstNodeMethod · 0.95
LastNodeMethod · 0.95
StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected