Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetFileVersion
Method
GetFileVersion
Source/DocumentFile.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
unsigned int CDocumentFile::GetFileVersion() const
211
{
212
return m_iFileVersion & 0xFFFF;
213
}
214
215
bool CDocumentFile::ReadBlock()
216
{
Callers
5
OpenDocument
Method · 0.80
Load
Method · 0.80
PostLoad
Method · 0.80
LoadParams
Method · 0.80
LoadPatterns
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected