Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
568
void VcsDiff::setDiff( const QString& s )
569
{
570
d->diff = s;
571
d->hunks = parseHunks(*this);
572
}
573
574
VcsDiff& VcsDiff::operator=( const VcsDiff& rhs)
575
{
Callers
2
subDiffHunk
Method · 0.45
subDiff
Method · 0.45
Calls
1
parseHunks
Function · 0.85
Tested by
no test coverage detected