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

Method setSrcRevision

plugins/subversion/svndiffjob.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 m_destination = dst;
165}
166void SvnInternalDiffJob::setSrcRevision( const KDevelop::VcsRevision& srcRev )
167{
168 QMutexLocker l( &m_mutex );
169 m_srcRevision = srcRev;
170}
171void SvnInternalDiffJob::setDstRevision( const KDevelop::VcsRevision& dstRev )
172{
173 QMutexLocker l( &m_mutex );

Callers 1

diff2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected