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

Method setFinalLocation

kdevplatform/language/duchain/problem.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Problem::setFinalLocation(const DocumentRange& location)
87{
88 setRange(RangeInRevision::castFromSimpleRange(location));
89 d_func_dynamic()->url = location.document;
90}
91
92IProblem::FinalLocationMode Problem::finalLocationMode() const
93{

Callers 2

readContentsMethod · 0.45
problemsForContextMethod · 0.45

Calls 1

castFromSimpleRangeFunction · 0.85

Tested by

no test coverage detected