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

Function currentMiLine

plugins/debuggercommon/tests/testhelper.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return breakpoint->line() + 1;
80}
81int currentMiLine(const IDebugSession* session)
82{
83 QVERIFY_RETURN(session, -12345);
84 return session->currentLine() + 1;
85}
86
87bool compareData(const QModelIndex& index, const QString& expected, const char *file, int line, bool useRE)
88{

Calls 1

currentLineMethod · 0.80

Tested by

no test coverage detected