Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CelValueGreaterThan
Function
CelValueGreaterThan
eval/public/set_util.cc:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool CelValueGreaterThan(CelValue lhs, CelValue rhs) {
144
return lhs.InternalVisit<int>(ComparisonVisitor(rhs)) > 0;
145
}
146
147
} // namespace google::api::expr::runtime
Callers
2
TEST_P
Function · 0.85
TEST
Function · 0.85
Calls
1
ComparisonVisitor
Class · 0.85
Tested by
2
TEST_P
Function · 0.68
TEST
Function · 0.68