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

Method updateHitCount

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void IBreakpointController::updateHitCount(int row, int hitCount)
56{
57 auto* const modelBreakpoint = breakpointModel()->breakpoint(row);
58 Q_ASSERT(modelBreakpoint);
59 modelBreakpoint->setHitCount(hitCount);
60}
61
62void IBreakpointController::updateErrorText(int row, const QString& errorText)
63{

Callers

nothing calls this directly

Calls 3

breakpointModelFunction · 0.85
breakpointMethod · 0.80
setHitCountMethod · 0.45

Tested by

no test coverage detected