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

Method getOutputParser

src/tools/ecode/projectbuild.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698ProjectBuildOutputParser ProjectBuildManager::getOutputParser( const std::string& buildName ) {
699 auto buildIt = mBuilds.find( buildName );
700 if ( buildIt != mBuilds.end() )
701 return buildIt->second.mOutputParser;
702 return {};
703}
704
705ProjectBuild* ProjectBuildManager::getBuild( const std::string& buildName ) {
706 auto buildIt = mBuilds.find( buildName );

Callers 1

serializeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected