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

Function MinCase

extensions/math_ext_test.cc:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90};
91
92TestCase MinCase(CelValue v1, CelValue v2, CelValue result) {
93 return TestCase{kMathMin, v1, v2, result};
94}
95
96TestCase MinCase(CelValue list, CelValue result) {
97 return TestCase{kMathMin, 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