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

Method prod

prod.cc:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "impedance.hh"
7
8prod::prod(struct prod *parent)
9 : pprod(parent)
10{
11 if (parent) {
12 level = parent->level + 1;
13 scope = parent->scope;
14 } else {
15 scope = 0;
16 level = 0;
17 }
18}
19
20void prod::indent(std::ostream &out)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected