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

Method isEmpty

libs/command/kundo2magicstring.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool KUndo2MagicString::isEmpty() const
33{
34 return m_text.isEmpty();
35}
36
37bool KUndo2MagicString::operator==(const KUndo2MagicString &rhs) const
38{

Callers 15

actionTextMethod · 0.45
undoMergedCommandsMethod · 0.45
redoMergedCommandsMethod · 0.45
isMergedMethod · 0.45
setPrefixedTextMethod · 0.45
purgeRedoStateMethod · 0.45
checkUndoLimitMethod · 0.45
clearMethod · 0.45
pushMethod · 0.45
setCleanMethod · 0.45
isCleanMethod · 0.45
undoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected