MCPcopy 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

restoreStateMethod · 0.85
loadSettingsMethod · 0.85
initMethod · 0.85
BBTCOMethod · 0.85
SampleTCOMethod · 0.85

Calls 2

popMethod · 0.45

Tested by

no test coverage detected