Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ defaultArea
Method
defaultArea
kdevplatform/sublime/controller.cpp:287–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
Area *Controller::defaultArea(const QString &id) const
288
{
289
Q_D(const Controller);
290
291
return d->namedAreas[id];
292
}
293
294
Area *Controller::area(int mainWindow, const QString& id) const
295
{
Callers
1
namedAreas
Method · 0.45
Calls
no outgoing calls
Tested by
1
namedAreas
Method · 0.36