Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ allLocals
Function
allLocals
kdevplatform/debugger/variable/variablecollection.h:229–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
*/
228
Locals* locals(const QString &name = QString()) const;
229
QHash<QString, Locals*> allLocals() const { return m_universe->allLocals(); }
230
231
public Q_SLOTS:
232
void variableWidgetShown();
Callers
nothing calls this directly
Calls
1
allLocals
Method · 0.80
Tested by
no test coverage detected