MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Inequal

Function Inequal

runtime/standard/equality_functions.cc:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75// Comparison template functions
76template <class Type>
77absl::optional<bool> Inequal(Type lhs, Type rhs) {
78 return lhs != rhs;
79}
80
81template <>
82absl::optional<bool> Inequal(const StringValue& lhs, const StringValue& rhs) {

Callers

nothing calls this directly

Calls 2

EqualsMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected