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

Method OutputHeader

src/DFSOutputMgr.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void
75DFSOutputMgr::OutputHeader(int argc, char *argv[], unsigned long seed)
76{
77 if (!CGOptions::compact_output())
78 OutputMgr::OutputHeader(argc, argv, seed);
79}
80
81void
82DFSOutputMgr::OutputStructUnions(ostream& /*out*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected