Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
namespace {
158
159
int CompareImpl(absl::string_view lhs, absl::string_view rhs) {
160
return lhs.compare(rhs);
161
}
162
163
int CompareImpl(absl::string_view lhs, const absl::Cord& rhs) {
164
return -rhs.Compare(lhs);
Callers
1
Compare
Method · 0.85
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected