Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ setDiff
Method
setDiff
apps/lib/diff/gitdiff.cpp:583–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
}
582
583
void VcsDiff::setDiff(const QString &s)
584
{
585
d->diff = s;
586
d->hunks = parseHunks(*this);
587
}
588
589
QUrl VcsDiff::baseDiff() const
590
{
Callers
3
doStageUnStage
Method · 0.80
subDiffHunk
Method · 0.80
subDiff
Method · 0.80
Calls
1
parseHunks
Function · 0.85
Tested by
no test coverage detected