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

Method runCurrentFile

plugins/executescript/executescriptplugin.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool ExecuteScriptPlugin::runCurrentFile(ILaunchConfiguration* cfg) const
121{
122 if( !cfg )
123 {
124 return false;
125 }
126
127 return cfg->config().readEntry( ExecuteScriptPlugin::runCurrentFileEntry, true );
128}
129
130QStringList ExecuteScriptPlugin::interpreter(KDevelop::ILaunchConfiguration* cfg, QString& err) const
131{

Callers 1

ScriptAppJobMethod · 0.80

Calls 2

readEntryMethod · 0.80
configMethod · 0.45

Tested by

no test coverage detected