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

Method clone

src/ExpressionFuncall.cpp:106–111  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

104 *
105 */
106Expression *
107ExpressionFuncall::clone() const
108{
109 const FunctionInvocation *fi = (this->invoke).clone();
110 return new ExpressionFuncall(*fi);
111}
112
113/*
114 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected