MCPcopy 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
34Range TestVariableController::expressionRangeUnderCursor(Document* doc,
35 const Cursor& cursor)
36{
37 Q_UNUSED(doc);
38 Q_UNUSED(cursor);
39
40 return {};
41}
42
43void TestVariableController::addWatch(Variable* variable)
44{

Callers 1

textHintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected