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

Method Adorn

testutil/expr_printer.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class EmptyAdornerImpl : public ExpressionAdorner {
36 public:
37 std::string Adorn(const Expr& e) const override { return ""; }
38
39 std::string AdornStructField(const StructExprField& e) const override {
40 return "";

Callers 1

AppendExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected