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

Method EdgeCount

path.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (p Path) EdgeCount() int {
58 return len(p.Edges)
59}
60
61func (p Path) String() string {
62 s := []string{"<"}

Callers 2

StringMethod · 0.95
TestPathFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPathFunction · 0.64