MCPcopy 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
139template <typename T, typename U>
140Value Max(T v1, U v2) {
141 return MaxValue(CelNumber(v1), CelNumber(v2));
142}
143
144absl::StatusOr<Value> MaxList(
145 const ListValue& values,

Callers

nothing calls this directly

Calls 1

MaxValueFunction · 0.85

Tested by

no test coverage detected