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

Method setHitCount

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void IBreakpointController::setHitCount(Breakpoint* breakpoint, int count)
209{
210 m_dontSendChanges++;
211 updateHitCount(breakpointModel()->breakpointIndex(breakpoint, 0).row(), count);
212 m_dontSendChanges--;
213}
214
215void IBreakpointController::error(Breakpoint* breakpoint, const QString &msg, Breakpoint::Column column)
216{

Callers 1

updateHitCountMethod · 0.45

Calls 3

breakpointModelFunction · 0.85
breakpointIndexMethod · 0.80
rowMethod · 0.45

Tested by

no test coverage detected