Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ repositoryServer
Method
repositoryServer
kdevplatform/vcs/vcslocation.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return d->m_localUrl;
62
}
63
QString VcsLocation::repositoryServer() const
64
{
65
return d->m_repoServer;
66
}
67
68
VcsLocation::LocationType VcsLocation::type() const
69
{
Callers
15
qHash
Function · 0.80
operator==
Function · 0.80
operator==
Method · 0.80
compareServerLocation
Method · 0.80
testRepositoryServerConstructor
Method · 0.80
run
Method · 0.80
start
Method · 0.80
run
Method · 0.80
run
Method · 0.80
isValid
Method · 0.80
test
Method · 0.80
testBasic
Method · 0.80
Calls
no outgoing calls
Tested by
6
compareServerLocation
Method · 0.64
testRepositoryServerConstructor
Method · 0.64
test
Method · 0.64
testBasic
Method · 0.64
testImportWithMissingDirs
Method · 0.64
testImportIntoDir
Method · 0.64