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

Method hasBuildCommands

src/tools/ecode/projectbuild.cpp:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712bool ProjectBuildManager::hasBuildCommands( const std::string& name ) {
713 auto buildIt = mBuilds.find( name );
714 if ( buildIt != mBuilds.end() )
715 return buildIt->second.hasBuild();
716 return false;
717}
718
719bool ProjectBuildManager::hasCleanCommands( const std::string& name ) {
720 auto buildIt = mBuilds.find( name );

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
endMethod · 0.45
hasBuildMethod · 0.45

Tested by

no test coverage detected