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

Function TestBinaryOperator

base/operators_test.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void TestBinaryOperator(BinaryOperator op, BinaryOperatorId id,
51 absl::string_view name, absl::string_view display_name,
52 int precedence) {
53 TestOperator(op, id, name, display_name, precedence, Arity::kBinary);
54}
55
56void TestTernaryOperator(TernaryOperator op, TernaryOperatorId id,
57 absl::string_view name, absl::string_view display_name,

Callers

nothing calls this directly

Calls 1

TestOperatorFunction · 0.85

Tested by

no test coverage detected