MCPcopy 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
143bool CelValueGreaterThan(CelValue lhs, CelValue rhs) {
144 return lhs.InternalVisit<int>(ComparisonVisitor(rhs)) > 0;
145}
146
147} // namespace google::api::expr::runtime

Callers 2

TEST_PFunction · 0.85
TESTFunction · 0.85

Calls 1

ComparisonVisitorClass · 0.85

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68