Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ LessThanOrEqual
Function
LessThanOrEqual
runtime/standard/comparison_functions.cc:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
template <class Type>
42
bool LessThanOrEqual(Type t1, Type t2) {
43
return (t1 <= t2);
44
}
45
46
template <class Type>
47
bool GreaterThan(Type t1, Type t2) {
Callers
1
GreaterThanOrEqual
Function · 0.85
Calls
2
operator<=
Function · 0.50
Compare
Method · 0.45
Tested by
no test coverage detected