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

Function Equal

runtime/standard/equality_functions.cc:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <class Type>
102absl::optional<bool> Equal(Type lhs, Type rhs) {
103 return lhs == rhs;
104}
105
106template <>
107absl::optional<bool> Equal(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