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

Method addChange

kdevplatform/language/codegen/documentchangeset.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140DocumentChangeSet::~DocumentChangeSet() = default;
141
142DocumentChangeSet::ChangeResult DocumentChangeSet::addChange(const DocumentChange& change)
143{
144 Q_D(DocumentChangeSet);
145
146 return d->addChange(DocumentChangePointer(new DocumentChange(change)));
147}
148
149DocumentChangeSet::ChangeResult DocumentChangeSet::addChange(const DocumentChangePointer& change)
150{

Callers 14

applyChangesMethod · 0.80
renderFileTemplateMethod · 0.80
testReplaceSameLineMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
moveIntoSourceMethod · 0.80
executeMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by 1

testReplaceSameLineMethod · 0.64