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

Function HashGlobalVariables

src/VariableSelector.cpp:1575–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575void
1576HashGlobalVariables(std::ostream &out)
1577{
1578 MapVariableList(*VariableSelector::GetGlobalVariables(), out, HashVariable);
1579}
1580
1581///////////////////////////////////////////////////////////////////////////////
1582

Callers 2

OutputMainMethod · 0.85
OutputHashFuncDefMethod · 0.85

Calls 1

MapVariableListFunction · 0.85

Tested by

no test coverage detected