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

Method srcRevision

plugins/subversion/svndiffjob.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return m_destination;
231}
232KDevelop::VcsRevision SvnInternalDiffJob::srcRevision() const
233{
234 QMutexLocker l( &m_mutex );
235 return m_srcRevision;
236}
237KDevelop::VcsRevision SvnInternalDiffJob::dstRevision() const
238{
239 QMutexLocker l( &m_mutex );

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected