MCPcopy Create free account
hub / github.com/LMMS/lmms / isJournallingStateStackEmpty

Function isJournallingStateStackEmpty

include/JournallingObject.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 bool isJournallingStateStackEmpty() const
84 {
85 return m_journallingStateStack.isEmpty();
86 }
87
88protected:
89 void changeID( jo_id_t _id );

Callers 1

restoreJournallingStateFunction · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected