MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator<=

Function operator<=

common/internal/byte_string.h:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605inline bool operator<=(const ByteString& lhs, const ByteString& rhs) {
606 return lhs.Compare(rhs) <= 0;
607}
608
609inline bool operator<=(const ByteString& lhs, absl::string_view rhs) {
610 return lhs.Compare(rhs) <= 0;

Callers

nothing calls this directly

Calls 1

CompareMethod · 0.45

Tested by

no test coverage detected