Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setLocations
Method
setLocations
plugins/subversion/svnaddjob.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void SvnInternalAddJob::setLocations( const QList<QUrl>& urls )
53
{
54
QMutexLocker l( &m_mutex );
55
m_locations = urls;
56
}
57
58
QList<QUrl> SvnInternalAddJob::locations() const
59
{
Callers
5
status
Method · 0.45
add
Method · 0.45
remove
Method · 0.45
revert
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected