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

Method indent

prod.cc:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void prod::indent(std::ostream &out)
21{
22 out << std::endl;
23 for (int i = 0; i < level; i++)
24 out << " ";
25}
26
27void prod::retry()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected