MCPcopy 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
41template <class Type>
42bool LessThanOrEqual(Type t1, Type t2) {
43 return (t1 <= t2);
44}
45
46template <class Type>
47bool GreaterThan(Type t1, Type t2) {

Callers 1

GreaterThanOrEqualFunction · 0.85

Calls 2

operator<=Function · 0.50
CompareMethod · 0.45

Tested by

no test coverage detected