| 98 | } |
| 99 | |
| 100 | TestCase MaxCase(CelValue v1, CelValue v2, CelValue result) { |
| 101 | return TestCase{kMathMax, v1, v2, result}; |
| 102 | } |
| 103 | |
| 104 | TestCase MaxCase(CelValue list, CelValue result) { |
| 105 | return TestCase{kMathMax, list, absl::nullopt, result}; |
no outgoing calls
no test coverage detected