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

Method updateState

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void IBreakpointController::updateState(int row, Breakpoint::BreakpointState state)
49{
50 auto* const modelBreakpoint = breakpointModel()->breakpoint(row);
51 Q_ASSERT(modelBreakpoint);
52 modelBreakpoint->setState(state);
53}
54
55void IBreakpointController::updateHitCount(int row, int hitCount)
56{

Callers

nothing calls this directly

Calls 3

breakpointModelFunction · 0.85
breakpointMethod · 0.80
setStateMethod · 0.45

Tested by

no test coverage detected