MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / Equals

Method Equals

values.go:138–140  ·  view source on GitHub ↗

Equals checks equality by comparing the underlying dynamodb.AttributeValues. If they both hold the same value, as indicated by the rules of reflect.DeepEqual, Equals will return true.

(ov ReturnValue)

Source from the content-addressed store, hash-verified

136// Equals checks equality by comparing the underlying dynamodb.AttributeValues. If they
137// both hold the same value, as indicated by the rules of reflect.DeepEqual, Equals will return true.
138func (rv ReturnValue) Equals(ov ReturnValue) bool {
139 return reflect.DeepEqual(rv.av, ov.av)
140}

Callers 1

listNodeAtPivotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected