Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
429
bool KUndo2Command::isMerged() const
430
{
431
return !m_mergeCommandsVector.isEmpty();
432
}
433
434
KUndo2CommandExtraData* KUndo2Command::extraData() const
435
{
Callers
6
testMergeTimeout
Method · 0.45
testGroupSeparation
Method · 0.45
testMaxGroupDuration
Method · 0.45
testCleanIndexAfterMerge
Method · 0.45
testCleanIndexBeforeMerge
Method · 0.45
data
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
5
testMergeTimeout
Method · 0.36
testGroupSeparation
Method · 0.36
testMaxGroupDuration
Method · 0.36
testCleanIndexAfterMerge
Method · 0.36
testCleanIndexBeforeMerge
Method · 0.36