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

Method what

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

Source from the content-addressed store, hash-verified

68
69
70const char*
71Exception::what() const throw()
72{
73 Exception *mutableThis = CPPUNIT_CONST_CAST( Exception *, this );
74 mutableThis->m_whatMessage = m_message.shortDescription() + "\n" +
75 m_message.details();
76 return m_whatMessage.c_str();
77}
78
79
80SourceLine

Callers 15

protectMethod · 0.45
addFailedTestMethod · 0.45
startParkingMethod · 0.45
NavDataCacheMethod · 0.45
doRebuildMethod · 0.45
processNavLineMethod · 0.45
loadNavMethod · 0.45
mainFunction · 0.45
parse_port_configMethod · 0.45
fgIdleFunctionFunction · 0.45
fgStartNewResetFunction · 0.45
doInitAndBindMethod · 0.45

Calls 1

detailsMethod · 0.80

Tested by

no test coverage detected