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

Function cursorToRange

plugins/contextbrowser/contextbrowser.cpp:1030–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030KTextEditor::Range cursorToRange(KTextEditor::Cursor cursor)
1031{
1032 return KTextEditor::Range(cursor, cursor);
1033}
1034
1035void ContextBrowserPlugin::switchUse(bool forward)
1036{

Callers 1

switchUseMethod · 0.85

Calls 1

RangeClass · 0.50

Tested by

no test coverage detected