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

Method update

kdevplatform/vcs/widgets/vcsdiffpatchsources.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void VCSDiffPatchSource::update() {
202 if(!m_updater)
203 return;
204 updateFromDiff(m_updater->update());
205}
206
207VCSCommitDiffPatchSource::~VCSCommitDiffPatchSource() {
208 delete m_commitMessageWidget.data();

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
diffMethod · 0.45
fetchResultsMethod · 0.45

Tested by

no test coverage detected