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

Method setHitCount

kdevplatform/debugger/breakpoint/breakpoint.cpp:309–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void Breakpoint::setHitCount(int hits)
310{
311 if (m_hitCount == hits)
312 return;
313
314 m_hitCount = hits;
315
316 // hit count affects the breakpoint mark type.
317 updateMarkType();
318
319 reportChange(HitCountColumn);
320}
321
322int Breakpoint::hitCount() const
323{

Callers 3

testUpdateMarkTypeMethod · 0.45
testDocumentReloadMethod · 0.45

Calls

no outgoing calls

Tested by 3

testUpdateMarkTypeMethod · 0.36
testDocumentReloadMethod · 0.36