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

Method name

kdevplatform/shell/session.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60Session::~Session() = default;
61
62QString Session::name() const
63{
64 Q_D(const Session);
65
66 return d->info.name;
67}
68
69QList<QUrl> Session::containedProjects() const
70{

Callers 15

setupActionsMethod · 0.45
setCurrentRuntimeMethod · 0.45
addRuntimesMethod · 0.45
OpenProjectDialogMethod · 0.45
validateOpenUrlMethod · 0.45
addLanguageSupportMethod · 0.45
languageMethod · 0.45
languagesForUrlMethod · 0.45
mimeTypeForUrlFunction · 0.45
isTextTypeMethod · 0.45
styleMethod · 0.45

Calls

no outgoing calls

Tested by 6

addTestSuiteMethod · 0.36
findTestSuiteMethod · 0.36
notifyTestRunFinishedMethod · 0.36
notifyTestRunStartedMethod · 0.36
testWithProjectMethod · 0.36
ProjectTestJobMethod · 0.36