MCPcopy 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
93template <typename T, typename U>
94Value Min(T v1, U v2) {
95 return MinValue(CelNumber(v1), CelNumber(v2));
96}
97
98absl::StatusOr<Value> MinList(
99 const ListValue& values,

Callers

nothing calls this directly

Calls 1

MinValueFunction · 0.85

Tested by

no test coverage detected