MCPcopy 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
46template <class Type>
47bool GreaterThan(Type t1, Type t2) {
48 return LessThan(t2, t1);
49}
50
51template <class Type>
52bool GreaterThanOrEqual(Type t1, Type t2) {

Callers

nothing calls this directly

Calls 3

LessThanFunction · 0.85
operator>Function · 0.50
CompareMethod · 0.45

Tested by

no test coverage detected