Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
Exception *
120
Exception::clone() const
121
{
122
return new Exception( *this );
123
}
124
125
126
CPPUNIT_NS_END
Callers
3
addFailure
Method · 0.45
reportError
Method · 0.45
reportFailure
Method · 0.45
Calls
no outgoing calls
Tested by
1
addFailure
Method · 0.36