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

Method clone

src/FunctionInvocationUnary.cpp:114–118  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

112 *
113 */
114FunctionInvocation *
115FunctionInvocationUnary::clone() const
116{
117 return new FunctionInvocationUnary(*this);
118}
119
120///////////////////////////////////////////////////////////////////////////////
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected