Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
bool
243
DefaultOutputMgr::is_split()
244
{
245
return (CGOptions::max_split_files() > 0);
246
}
247
248
void
249
DefaultOutputMgr::outputln(ostream &out)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected