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

Function projectOverridesSession

kdevplatform/shell/sourceformattercontroller.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool projectOverridesSession(const KConfigGroup& projectConfig)
90{
91 return projectConfig.isValid() && !projectConfig.readEntry(Strings::useDefault, true);
92}
93
94KConfigGroup configForUrl(const QUrl& url)
95{

Callers 2

configForUrlFunction · 0.85
projectOpenedMethod · 0.85

Calls 2

readEntryMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected