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

Method lineNumber

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

Source from the content-addressed store, hash-verified

100
101#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
102long
103Exception::lineNumber() const
104{
105 return m_sourceLine.isValid() ? m_sourceLine.lineNumber() :
106 UNKNOWNLINENUMBER;
107}
108
109
110std::string

Callers 3

addFailureLocationMethod · 0.45
printFailureLocationMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected