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

Function FormatBaselineAst

testutil/baseline_tests.cc:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66} // namespace
67
68std::string FormatBaselineAst(const Ast& ast) {
69 TypeAdorner adorner(ast);
70 ExprPrinter printer(adorner);
71 return printer.Print(ast.root_expr());
72}
73
74std::string FormatBaselineCheckedExpr(
75 const cel::expr::CheckedExpr& checked) {

Callers 7

TEST_PFunction · 0.85
TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected