Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ expressionRangeUnderCursor
Method
expressionRangeUnderCursor
kdevplatform/tests/testvariablecontroller.cpp:34–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
Range TestVariableController::expressionRangeUnderCursor(Document* doc,
35
const Cursor& cursor)
36
{
37
Q_UNUSED(doc);
38
Q_UNUSED(cursor);
39
40
return {};
41
}
42
43
void TestVariableController::addWatch(Variable* variable)
44
{
Callers
1
textHint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected