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

Method FirstNode

path.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (p Path) FirstNode() *Node {
46 return p.GetNode(0)
47}
48
49func (p Path) LastNode() *Node {
50 return p.GetNode(p.NodesCount() - 1)

Callers 1

TestPathFunction · 0.80

Calls 1

GetNodeMethod · 0.95

Tested by 1

TestPathFunction · 0.64