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

Method launchConfigurations

kdevplatform/shell/runcontroller.cpp:781–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781QList<ILaunchConfiguration*> RunController::launchConfigurations() const
782{
783 QList<ILaunchConfiguration*> configs;
784 const auto configsInternal = launchConfigurationsInternal();
785 configs.reserve(configsInternal.size());
786 for (LaunchConfiguration* config : configsInternal) {
787 configs << config;
788 }
789 return configs;
790}
791
792QList<LaunchConfiguration*> RunController::launchConfigurationsInternal() const
793{

Callers 2

launcherNameExistsFunction · 0.80
createTestJobFunction · 0.80

Calls 2

reserveMethod · 0.45
sizeMethod · 0.45

Tested by 1

createTestJobFunction · 0.64