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

Method GetOutputMgr

src/AbsProgramGenerator.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45AbsProgramGenerator *AbsProgramGenerator::current_generator_ = NULL;
46
47OutputMgr *
48AbsProgramGenerator::GetOutputMgr()
49{
50 assert(current_generator_);
51 return current_generator_->getOutputMgr();
52}
53
54AbsProgramGenerator *
55AbsProgramGenerator::CreateInstance(int argc, char *argv[], unsigned long seed)

Callers

nothing calls this directly

Calls 1

getOutputMgrMethod · 0.45

Tested by

no test coverage detected