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

Method clone

src/FunctionInvocationBinary.cpp:143–147  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

141 *
142 */
143FunctionInvocation *
144FunctionInvocationBinary::clone() const
145{
146 return new FunctionInvocationBinary(*this);
147}
148///////////////////////////////////////////////////////////////////////////////
149
150bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected