Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ GreaterThan
Function
GreaterThan
runtime/standard/comparison_functions.cc:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
template <class Type>
47
bool GreaterThan(Type t1, Type t2) {
48
return LessThan(t2, t1);
49
}
50
51
template <class Type>
52
bool GreaterThanOrEqual(Type t1, Type t2) {
Callers
nothing calls this directly
Calls
3
LessThan
Function · 0.85
operator>
Function · 0.50
Compare
Method · 0.45
Tested by
no test coverage detected