Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
func
(p Path) FirstNode() *Node {
46
return
p.GetNode(0)
47
}
48
49
func
(p Path) LastNode() *Node {
50
return
p.GetNode(p.NodesCount() - 1)
Callers
1
TestPath
Function · 0.80
Calls
1
GetNode
Method · 0.95
Tested by
1
TestPath
Function · 0.64