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

Method output_comment_line

src/DefaultOutputMgr.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void
255DefaultOutputMgr::output_comment_line(ostream &out, const std::string &comment)
256{
257 OutputMgr::output_comment_line(out, comment);
258}
259
260void
261DefaultOutputMgr::output_tab(ostream &out, int indent)

Callers

nothing calls this directly

Calls 1

output_comment_lineFunction · 0.85

Tested by

no test coverage detected