Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ CheckPoint
Method
CheckPoint
include/ProjectJournal.h:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
struct CheckPoint
101
{
102
CheckPoint( jo_id_t initID = 0, const DataFile& initData = DataFile( DataFile::JournalData ) ) :
103
joID( initID ),
104
data( initData )
105
{
106
}
107
jo_id_t joID;
108
DataFile data;
109
} ;
Callers
nothing calls this directly
Calls
1
DataFile
Class · 0.85
Tested by
no test coverage detected