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

Method removeFinishResult

kdevplatform/debugger/variable/variablecollection.cpp:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Watches::removeFinishResult()
290{
291 // resultVariable is a raw pointer cache that prevents repeated weak pointer access
292 if (auto* const resultVariable = m_finishResult.get()) {
293 m_finishResult.clear();
294 resultVariable->die();
295 }
296}
297
298void Watches::resetChanged()
299{

Callers 1

programStoppedMethod · 0.80

Calls 3

getMethod · 0.45
clearMethod · 0.45
dieMethod · 0.45

Tested by

no test coverage detected