Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ MaxValue
Function
MaxValue
extensions/math_ext.cc:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
Value MaxValue(CelNumber v1, CelNumber v2) {
136
return NumberToValue(MaxNumber(v1, v2));
137
}
138
139
template <typename T, typename U>
140
Value Max(T v1, U v2) {
Callers
1
Max
Function · 0.85
Calls
2
NumberToValue
Function · 0.85
MaxNumber
Function · 0.85
Tested by
no test coverage detected