Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setRecursive
Method
setRecursive
plugins/subversion/svnaddjob.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void SvnInternalAddJob::setRecursive( bool recursive )
47
{
48
QMutexLocker l( &m_mutex );
49
m_recursive = recursive;
50
}
51
52
void SvnInternalAddJob::setLocations( const QList<QUrl>& urls )
53
{
Callers
6
status
Method · 0.45
add
Method · 0.45
revert
Method · 0.45
update
Method · 0.45
commit
Method · 0.45
diff2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected