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

Method output_comment_line

src/DFSOutputMgr.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void
122DFSOutputMgr::output_comment_line(ostream &out, const std::string &comment)
123{
124 if (!CGOptions::compact_output())
125 OutputMgr::output_comment_line(out, comment);
126}
127
128void
129DFSOutputMgr::output_tab(ostream &out, int indent)

Callers

nothing calls this directly

Calls 1

output_comment_lineFunction · 0.85

Tested by

no test coverage detected