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

Method indented_output

src/ExpressionFuncall.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void
257ExpressionFuncall::indented_output(std::ostream &out, int indent) const
258{
259 invoke.indented_output(out, indent);
260}
261
262///////////////////////////////////////////////////////////////////////////////
263

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected