Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CrossNumericLessOrEqualTo
Function
CrossNumericLessOrEqualTo
runtime/standard/comparison_functions.cc:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
template <typename T, typename U>
151
bool CrossNumericLessOrEqualTo(T t, U u) {
152
return Number(t) <= Number(u);
153
}
154
155
template <typename T, typename U>
156
bool CrossNumericGreaterOrEqualTo(T t, U u) {
Callers
nothing calls this directly
Calls
1
Number
Class · 0.85
Tested by
no test coverage detected