MCPcopy Create free account
hub / github.com/anse1/sqlsmith / out

Method out

expr.cc:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void case_expr::out(std::ostream &out)
61{
62 out << "case when " << *condition;
63 out << " then " << *true_expr;
64 out << " else " << *false_expr;
65 out << " end";
66 indent(out);
67}
68
69void case_expr::accept(prod_visitor *v)
70{

Callers 3

mainFunction · 0.45
generatedMethod · 0.45
prod.hhFile · 0.45

Calls 1

identMethod · 0.45

Tested by

no test coverage detected