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

Method repoName

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

Source from the content-addressed store, hash-verified

1924}
1925
1926std::string GitPlugin::repoName( const std::string& repoPath ) {
1927 Lock l( mRepoMutex );
1928 for ( const auto& repo : mRepos )
1929 if ( repo.first == repoPath )
1930 return repo.second;
1931 return "";
1932}
1933
1934std::string GitPlugin::repoFullName( const std::string& repoPath ) {
1935 Lock l( mRepoMutex );

Callers 2

diffMethod · 0.95
commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected