Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1030
KTextEditor::Range cursorToRange(KTextEditor::Cursor cursor)
1031
{
1032
return KTextEditor::Range(cursor, cursor);
1033
}
1034
1035
void ContextBrowserPlugin::switchUse(bool forward)
1036
{
Callers
1
switchUse
Method · 0.85
Calls
1
Range
Class · 0.50
Tested by
no test coverage detected