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

Function CompareImpl

common/values/bytes_value.cc:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157namespace {
158
159int CompareImpl(absl::string_view lhs, absl::string_view rhs) {
160 return lhs.compare(rhs);
161}
162
163int CompareImpl(absl::string_view lhs, const absl::Cord& rhs) {
164 return -rhs.Compare(lhs);

Callers 1

CompareMethod · 0.85

Calls 1

CompareMethod · 0.45

Tested by

no test coverage detected