Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ MinValue
Function
MinValue
extensions/math_ext.cc:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
Value MinValue(CelNumber v1, CelNumber v2) {
85
return NumberToValue(MinNumber(v1, v2));
86
}
87
88
template <typename T>
89
Value Identity(T v1) {
Callers
1
Min
Function · 0.85
Calls
2
NumberToValue
Function · 0.85
MinNumber
Function · 0.85
Tested by
no test coverage detected