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

Method handle

plugins/debuggercommon/mivariable.cpp:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 {}
329
330 void handle(const ResultRecord &r) override
331 {
332 if (auto* const variable = m_variable.get()) {
333 variable->setValueToOptionalValueFieldOf(r);
334 }
335 }
336private:
337 QPointer<MIVariable> m_variable;
338};

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected