MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~truth_value

Method ~truth_value

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

Source from the content-addressed store, hash-verified

93
94struct truth_value : bool_expr {
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected