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

Function TestUnaryOperator

base/operators_test.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void TestUnaryOperator(UnaryOperator op, UnaryOperatorId id,
45 absl::string_view name, absl::string_view display_name,
46 int precedence) {
47 TestOperator(op, id, name, display_name, precedence, Arity::kUnary);
48}
49
50void TestBinaryOperator(BinaryOperator op, BinaryOperatorId id,
51 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