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

Method createVariable

plugins/debuggercommon/mivariablecontroller.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230Variable* MIVariableController::createVariable(TreeModel* model, TreeItem* parent,
231 const QString& expression, const QString& display)
232{
233 return new MIVariable(debugSession(), model, parent, expression, display);
234}
235
236void MIVariableController::handleEvent(IDebugSession::event_t event)
237{

Callers 1

createChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected