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

Method indented_output

src/Expression.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

output_tabFunction · 0.85

Tested by

no test coverage detected