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

Function areEqual

engine/generic_value.go:147–149  ·  view source on GitHub ↗
(first ValueInterface, second ValueInterface)

Source from the content-addressed store, hash-verified

145}
146
147func areEqual(first ValueInterface, second ValueInterface) bool {
148 return first.GetType() == second.GetType() && first.ToString() == second.ToString()
149}
150
151func getMin(values []ValueInterface) (ValueInterface, error) {
152 if len(values) == 0 {

Callers 3

IsEqualMethod · 0.85
IsEqualMethod · 0.85
IsEqualMethod · 0.85

Calls 2

GetTypeMethod · 0.65
ToStringMethod · 0.65

Tested by

no test coverage detected