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

Method Print

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

Source from the content-addressed store, hash-verified

324}
325
326std::string ExprPrinter::Print(const Expr& expr) const {
327 StringBuilder w(adorner_);
328 return w.Print(expr);
329}
330
331} // namespace cel::test

Callers 4

TESTFunction · 0.45
PrintProtoMethod · 0.45
TESTFunction · 0.45
FormatBaselineAstFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
FormatBaselineAstFunction · 0.36