MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator==

Method operator==

kdevplatform/vcs/vcslocation.cpp:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool VcsLocation::operator==( const KDevelop::VcsLocation& rhs )
99{
100 return( type() == rhs.type()
101 && repositoryServer() == rhs.repositoryServer()
102 && localUrl() == rhs.localUrl()
103 && repositoryPath() == rhs.repositoryPath()
104 && repositoryModule() == rhs.repositoryModule()
105 && repositoryBranch() == rhs.repositoryBranch()
106 && repositoryTag() == rhs.repositoryTag()
107 && userData() == rhs.userData() );
108}
109
110
111QString VcsLocation::repositoryModule( ) const

Callers

nothing calls this directly

Calls 9

repositoryServerMethod · 0.80
localUrlMethod · 0.80
repositoryPathMethod · 0.80
repositoryModuleMethod · 0.80
repositoryBranchMethod · 0.80
repositoryTagMethod · 0.80
userDataMethod · 0.80
typeFunction · 0.50
typeMethod · 0.45

Tested by

no test coverage detected