Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
protected:
89
void changeID( jo_id_t _id );
Callers
1
restoreJournallingState
Function · 0.85
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected