Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ restoreJournallingState
Function
restoreJournallingState
include/JournallingObject.h:51–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void restoreJournallingState()
52
{
53
if( !isJournallingStateStackEmpty())
54
{
55
m_journalling = m_journallingStateStack.pop();
56
}
57
}
58
59
void addJournalCheckPoint();
60
Callers
5
restoreState
Method · 0.85
loadSettings
Method · 0.85
init
Method · 0.85
BBTCO
Method · 0.85
SampleTCO
Method · 0.85
Calls
2
isJournallingStateStackEmpty
Function · 0.85
pop
Method · 0.45
Tested by
no test coverage detected