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

Method setDiff

kdevplatform/vcs/vcsdiff.cpp:568–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568void VcsDiff::setDiff( const QString& s )
569{
570 d->diff = s;
571 d->hunks = parseHunks(*this);
572}
573
574VcsDiff& VcsDiff::operator=( const VcsDiff& rhs)
575{

Callers 2

subDiffHunkMethod · 0.45
subDiffMethod · 0.45

Calls 1

parseHunksFunction · 0.85

Tested by

no test coverage detected