Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator<
Function
operator<
common/internal/byte_string.h:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
inline bool operator<(const ByteString& lhs, const ByteString& rhs) {
586
return lhs.Compare(rhs) < 0;
587
}
588
589
inline bool operator<(const ByteString& lhs, absl::string_view rhs) {
590
return lhs.Compare(rhs) < 0;
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected