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

Method fileName

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

Source from the content-addressed store, hash-verified

108
109
110std::string
111Exception::fileName() const
112{
113 return m_sourceLine.isValid() ? m_sourceLine.fileName() :
114 UNKNOWNFILENAME;
115}
116#endif
117
118

Callers 11

addFailureLocationMethod · 0.45
printFailureLocationMethod · 0.45
writeToDiskCacheMethod · 0.45
saveMethod · 0.45
saveSnapshotMethod · 0.45
Q_FOREACHFunction · 0.45
baseNameMethod · 0.45
collectAircraftArgsMethod · 0.45
doApplyMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected