Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void JournallingObject::addJournalCheckPoint()
57
{
58
if( isJournalling() )
59
{
60
Engine::projectJournal()->addJournalCheckPoint( this );
61
}
62
}
63
64
65
Callers
nothing calls this directly
Calls
2
isJournalling
Function · 0.85
projectJournal
Function · 0.85
Tested by
no test coverage detected