MCPcopy Create free account
hub / github.com/KDE/krita / isMerged

Method isMerged

libs/command/kundo2stack.cpp:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 return m_mergeCommandsVector;
428}
429bool KUndo2Command::isMerged() const
430{
431 return !m_mergeCommandsVector.isEmpty();
432}
433
434KUndo2CommandExtraData* KUndo2Command::extraData() const
435{

Callers 6

testMergeTimeoutMethod · 0.45
testGroupSeparationMethod · 0.45
testMaxGroupDurationMethod · 0.45
dataMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 5

testMergeTimeoutMethod · 0.36
testGroupSeparationMethod · 0.36
testMaxGroupDurationMethod · 0.36