MCPcopy Create free account
hub / github.com/KDE/kdevelop / setRepositoryServer

Method setRepositoryServer

kdevplatform/vcs/vcslocation.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 d->m_localUrl = url;
90}
91void VcsLocation::setRepositoryServer( const QString& location )
92{
93 d->m_repoServer = location;
94 d->m_type = VcsLocation::RepositoryLocation;
95 d->m_localUrl = QUrl();
96}
97
98bool VcsLocation::operator==( const KDevelop::VcsLocation& rhs )
99{

Callers 10

testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
destinationMethod · 0.80
destinationMethod · 0.80
destinationMethod · 0.80
testMethod · 0.80
setupLocalRepositoryFunction · 0.80
testImportIntoDirMethod · 0.80
validateImportMethod · 0.80

Calls 1

QUrlClass · 0.70

Tested by 7

testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testMethod · 0.64
setupLocalRepositoryFunction · 0.64
testImportIntoDirMethod · 0.64
validateImportMethod · 0.64