Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ saveJournallingState
Function
saveJournallingState
include/JournallingObject.h:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void saveJournallingState( const bool newState )
46
{
47
m_journallingStateStack.push( m_journalling );
48
m_journalling = newState;
49
}
50
51
void restoreJournallingState()
52
{
Callers
5
restoreState
Method · 0.85
loadSettings
Method · 0.85
init
Method · 0.85
BBTCO
Method · 0.85
SampleTCO
Method · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected