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

Method id

dump.cc:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace std;
8
9std::string graphml_dumper::id(struct prod *p)
10{
11 ostringstream os;
12 os << pretty_type(p) << "_" << p;
13 return os.str();
14}
15
16graphml_dumper::graphml_dumper(ostream &out)
17 : o(out)

Callers

nothing calls this directly

Calls 1

pretty_typeFunction · 0.85

Tested by

no test coverage detected