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

Function HashVariable

src/Variable.cpp:990–996  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

988
989// --------------------------------------------------------------
990int
991HashVariable(Variable *var, std::ostream *pOut)
992{
993 std::ostream &out = *pOut;
994 var->hash(out);
995 return 0;
996}
997
998std::string
999Variable::to_string(void) const

Callers

nothing calls this directly

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected