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

Method workingDirectory

plugins/executescript/executescriptplugin.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143QUrl ExecuteScriptPlugin::workingDirectory( KDevelop::ILaunchConfiguration* cfg ) const
144{
145 if( !cfg )
146 {
147 return QUrl();
148 }
149
150 return cfg->config().readEntry( ExecuteScriptPlugin::workingDirEntry, QUrl() );
151}
152
153
154QString ExecuteScriptPlugin::scriptAppConfigTypeId() const

Callers 1

ScriptAppJobMethod · 0.45

Calls 3

readEntryMethod · 0.80
QUrlClass · 0.70
configMethod · 0.45

Tested by

no test coverage detected