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

Method destination

plugins/subversion/svndiffjob.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 return m_source;
226}
227KDevelop::VcsLocation SvnInternalDiffJob::destination() const
228{
229 QMutexLocker l( &m_mutex );
230 return m_destination;
231}
232KDevelop::VcsRevision SvnInternalDiffJob::srcRevision() const
233{
234 QMutexLocker l( &m_mutex );

Callers 1

startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected