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

Method repoPath

src/tools/ecode/plugins/git/gitplugin.cpp:1949–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949std::string GitPlugin::repoPath( const std::string& repoName ) {
1950 Lock l( mRepoMutex );
1951 for ( const auto& repo : mRepos )
1952 if ( repo.second == repoName )
1953 return repo.first;
1954 return "";
1955}
1956
1957} // namespace ecode

Callers 5

buildSidePanelTabMethod · 0.95
stageMethod · 0.45
unstageMethod · 0.45
discardMethod · 0.45
diffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected