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

Function breakpointModel

kdevplatform/debugger/tests/test_breakpointmodel.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108BreakpointModel* breakpointModel()
109{
110 return ICore::self()->debugController()->breakpointModel();
111}
112
113/// Overwrite the contents of the local file at @p localFileUrl with @p newContents.
114/// Check success with RETURN_IF_TEST_FAILED().

Callers 15

reportChangeMethod · 0.85
printLinesMethod · 0.85
initMethod · 0.85
testDocumentSaveMethod · 0.85
testSetLocationMethod · 0.85
testDocumentClearMethod · 0.85
testDocumentSetTextMethod · 0.85
updateStateMethod · 0.85
updateHitCountMethod · 0.85

Calls 2

debugControllerMethod · 0.80
breakpointModelMethod · 0.45

Tested by

no test coverage detected