Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Min
Function
Min
extensions/math_ext.cc:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
template <typename T, typename U>
94
Value Min(T v1, U v2) {
95
return MinValue(CelNumber(v1), CelNumber(v2));
96
}
97
98
absl::StatusOr<Value> MinList(
99
const ListValue& values,
Callers
nothing calls this directly
Calls
1
MinValue
Function · 0.85
Tested by
no test coverage detected