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

Method indented_output

src/ExpressionAssign.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void
147ExpressionAssign::indented_output(std::ostream &out, int indent) const
148{
149 output_tab(out, indent);
150 Output(out);
151}
152
153///////////////////////////////////////////////////////////////////////////////
154

Callers

nothing calls this directly

Calls 1

output_tabFunction · 0.85

Tested by

no test coverage detected