MCPcopy Create free account
hub / github.com/FlightGear/flightgear / clone

Method clone

3rdparty/cppunit/src/cppunit/Exception.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119Exception *
120Exception::clone() const
121{
122 return new Exception( *this );
123}
124
125
126CPPUNIT_NS_END

Callers 3

addFailureMethod · 0.45
reportErrorMethod · 0.45
reportFailureMethod · 0.45

Calls

no outgoing calls

Tested by 1

addFailureMethod · 0.36