MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / equal

Function equal

scripts/verify/main.go:49–57  ·  view source on GitHub ↗
(a, b R)

Source from the content-addressed store, hash-verified

47}
48
49func equal(a, b R) bool {
50 if a.s != b.s ||
51 a.p != b.p ||
52 a.o != b.o ||
53 a.v != b.v {
54 return false
55 }
56 return true
57}
58
59func less(bi, bj R) bool {
60 if bi.s != bj.s {

Callers 1

compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected