MCPcopy Create free account
hub / github.com/SpartanJ/eepp / hasBuildConfigWithBuildSteps

Method hasBuildConfigWithBuildSteps

src/tools/ecode/projectbuild.cpp:808–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808bool ProjectBuildManager::hasBuildConfigWithBuildSteps() {
809 if ( hasBuildConfig() ) {
810 auto build = getCurrentBuild();
811 return build != nullptr && build->hasBuild();
812 }
813 return {};
814}
815
816std::optional<ProjectBuildStep> ProjectBuildManager::getCurrentRunConfig() {
817 if ( hasBuildConfig() ) {

Callers 1

registerCommandsMethod · 0.80

Calls 1

hasBuildMethod · 0.45

Tested by

no test coverage detected