Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
(p Path) GetNode(index int) *Node {
38
return
p.Nodes[index]
39
}
40
41
func
(p Path) GetEdge(index int) *Edge{
42
return
p.Edges[index]
Callers
3
FirstNode
Method · 0.95
LastNode
Method · 0.95
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected