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

Method createVariable

kdevplatform/tests/testvariablecontroller.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22Variable* TestVariableController::createVariable(TreeModel* model, TreeItem* parent,
23 const QString& expression,
24 const QString& display)
25{
26 Q_UNUSED(model);
27 Q_UNUSED(parent);
28 Q_UNUSED(expression);
29 Q_UNUSED(display);
30
31 return nullptr;
32}
33
34Range TestVariableController::expressionRangeUnderCursor(Document* doc,
35 const Cursor& cursor)

Callers 4

addMethod · 0.45
addFinishResultMethod · 0.45
updateLocalsMethod · 0.45
VariableToolTipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected