MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / MaxCase

Function MaxCase

extensions/math_ext_test.cc:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100TestCase MaxCase(CelValue v1, CelValue v2, CelValue result) {
101 return TestCase{kMathMax, v1, v2, result};
102}
103
104TestCase MaxCase(CelValue list, CelValue result) {
105 return TestCase{kMathMax, list, absl::nullopt, result};

Callers 2

math_ext_test.ccFile · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected