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

Function hasStartedSession

kdevplatform/debugger/variable/variablecollection.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool hasStartedSession()
47{
48 IDebugSession::DebuggerState s = currentSessionState();
49 return s != IDebugSession::NotStartedState && s != IDebugSession::EndedState;
50}
51
52Variable::Variable(TreeModel* model, TreeItem* parent,
53 const QString& expression,

Callers 2

addMethod · 0.85
textHintMethod · 0.85

Calls 1

currentSessionStateFunction · 0.85

Tested by

no test coverage detected