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

Method NodesCount

path.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (p Path) NodesCount() int {
54 return len(p.Nodes)
55}
56
57func (p Path) EdgeCount() int {
58 return len(p.Edges)

Callers 2

LastNodeMethod · 0.95
TestPathFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPathFunction · 0.64