Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Max
Function
Max
extensions/math_ext.cc:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
template <typename T, typename U>
140
Value Max(T v1, U v2) {
141
return MaxValue(CelNumber(v1), CelNumber(v2));
142
}
143
144
absl::StatusOr<Value> MaxList(
145
const ListValue& values,
Callers
nothing calls this directly
Calls
1
MaxValue
Function · 0.85
Tested by
no test coverage detected