MCPcopy Create free account
hub / github.com/KDE/kdevelop / finalLocation

Method finalLocation

kdevplatform/language/duchain/problem.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81DocumentRange Problem::finalLocation() const
82{
83 return DocumentRange(d_func()->url, d_func()->m_range.castToSimpleRange());
84}
85
86void Problem::setFinalLocation(const DocumentRange& location)
87{

Callers 2

dumpProblemsMethod · 0.45
htmlMethod · 0.45

Calls 1

DocumentRangeFunction · 0.50

Tested by

no test coverage detected