MCPcopy Create free account
hub / github.com/csmith-project/csmith / indented_output

Method indented_output

src/ExpressionComma.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void
136ExpressionComma::indented_output(std::ostream &out, int indent) const
137{
138 output_tab(out, indent);
139 Output(out);
140}
141
142///////////////////////////////////////////////////////////////////////////////
143

Callers

nothing calls this directly

Calls 1

output_tabFunction · 0.85

Tested by

no test coverage detected