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

Method ReducerOutputMgr

src/ReducerOutputMgr.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87ReducerOutputMgr::ReducerOutputMgr()
88: ofile_(NULL)
89{
90 reducer = CGOptions::get_reducer();
91 assert(reducer);
92}
93
94ReducerOutputMgr::~ReducerOutputMgr()
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected