Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
long
103
Exception::lineNumber() const
104
{
105
return m_sourceLine.isValid() ? m_sourceLine.lineNumber() :
106
UNKNOWNLINENUMBER;
107
}
108
109
110
std::string
Callers
3
processLocationFormatCommand
Method · 0.45
addFailureLocation
Method · 0.45
printFailureLocation
Method · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected