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

Method out

expr.hh:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 virtual ~truth_value() { }
96 const char *op;
97 virtual void out(std::ostream &out) { out << op; }
98 truth_value(prod *p) : bool_expr(p) {
99 op = ( (d6() < 4) ? scope->schema->true_literal : scope->schema->false_literal);
100 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected