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

Method dstRevision

plugins/subversion/svndiffjob.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 return m_srcRevision;
236}
237KDevelop::VcsRevision SvnInternalDiffJob::dstRevision() const
238{
239 QMutexLocker l( &m_mutex );
240 return m_dstRevision;
241}
242KDevelop::VcsRevision SvnInternalDiffJob::pegRevision() const
243{
244 QMutexLocker l( &m_mutex );

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected