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

Method createRangeMoving

kdevplatform/language/duchain/duchainbase.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158PersistentMovingRange::Ptr DUChainBase::createRangeMoving() const
159{
160 VERIFY_FOREGROUND_LOCKED
161 return PersistentMovingRange::Ptr(new PersistentMovingRange(rangeInCurrentRevision(), url()));
162}
163
164CursorInRevision DUChainBase::transformToLocalRevision(const KTextEditor::Cursor& cursor) const
165{

Callers 1

addHighlightMethod · 0.80

Calls 1

urlFunction · 0.85

Tested by

no test coverage detected