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

Method isClean

libs/command/kundo2stack.cpp:921–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919*/
920
921bool KUndo2QStack::isClean() const
922{
923 if (!m_macro_stack.isEmpty())
924 return false;
925 return m_clean_index == m_index;
926}
927
928/*!
929 Returns the clean index. This is the index at which setClean() was called.

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected