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

Method location

kdevplatform/debugger/breakpoint/breakpoint.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277QString KDevelop::Breakpoint::location() {
278 return data(LocationColumn, LocationRole).toString();
279}
280
281
282void Breakpoint::save(KConfigGroup& config)

Callers 1

notifyHitMethod · 0.45

Calls 2

dataFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected