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

Method source

plugins/subversion/svndiffjob.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 return m_noDiffOnDelete;
221}
222KDevelop::VcsLocation SvnInternalDiffJob::source() const
223{
224 QMutexLocker l( &m_mutex );
225 return m_source;
226}
227KDevelop::VcsLocation SvnInternalDiffJob::destination() const
228{
229 QMutexLocker l( &m_mutex );

Callers 8

testJobMethod · 0.45
problemExistsMethod · 0.45
problemExistsMethod · 0.45
testParserMethod · 0.45
createExternalProblemMethod · 0.45
ClangProblemMethod · 0.45
testParserMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 3

testJobMethod · 0.36
testParserMethod · 0.36
testParserMethod · 0.36