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

Method is_split

src/DefaultOutputMgr.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool
243DefaultOutputMgr::is_split()
244{
245 return (CGOptions::max_split_files() > 0);
246}
247
248void
249DefaultOutputMgr::outputln(ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected