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

Method addJournalCheckPoint

src/core/JournallingObject.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56void JournallingObject::addJournalCheckPoint()
57{
58 if( isJournalling() )
59 {
60 Engine::projectJournal()->addJournalCheckPoint( this );
61 }
62}
63
64
65

Callers

nothing calls this directly

Calls 2

isJournallingFunction · 0.85
projectJournalFunction · 0.85

Tested by

no test coverage detected