Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CrossNumericLessThan
Function
CrossNumericLessThan
runtime/standard/comparison_functions.cc:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template <typename T, typename U>
141
bool CrossNumericLessThan(T t, U u) {
142
return Number(t) < Number(u);
143
}
144
145
template <typename T, typename U>
146
bool CrossNumericGreaterThan(T t, U u) {
Callers
nothing calls this directly
Calls
1
Number
Class · 0.85
Tested by
no test coverage detected