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

Function TestTernaryOperator

base/operators_test.cc:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void TestTernaryOperator(TernaryOperator op, TernaryOperatorId id,
57 absl::string_view name, absl::string_view display_name,
58 int precedence) {
59 TestOperator(op, id, name, display_name, precedence, Arity::kTernary);
60}
61
62TEST(Operator, TypeTraits) {
63 EXPECT_FALSE(std::is_default_constructible_v<Operator>);

Callers

nothing calls this directly

Calls 1

TestOperatorFunction · 0.85

Tested by

no test coverage detected