MCPcopy 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
84Value MinValue(CelNumber v1, CelNumber v2) {
85 return NumberToValue(MinNumber(v1, v2));
86}
87
88template <typename T>
89Value Identity(T v1) {

Callers 1

MinFunction · 0.85

Calls 2

NumberToValueFunction · 0.85
MinNumberFunction · 0.85

Tested by

no test coverage detected