MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / IsEqual

Method IsEqual

engine/generic_value.go:72–74  ·  view source on GitHub ↗
(valueInterface ValueInterface)

Source from the content-addressed store, hash-verified

70 return areEqual(value, valueInterface)
71}
72func (value NullValue) IsEqual(valueInterface ValueInterface) bool {
73 return areEqual(value, valueInterface)
74}
75
76// isSmallerThan implementations
77func (value IntegerValue) isSmallerThan(secondValue ValueInterface) bool {

Callers

nothing calls this directly

Calls 1

areEqualFunction · 0.85

Tested by

no test coverage detected