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

Method clone

src/Constant.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91///////////////////////////////////////////////////////////////////////////////
92
93Expression *
94Constant::clone() const
95{
96 return new Constant(*this);
97}
98
99// --------------------------------------------------------------
100static string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected