Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ EndDocument
Method
EndDocument
Source/DocumentFile.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void CDocumentFile::EndDocument()
83
{
84
Write(reinterpret_cast<const unsigned char *>(FILE_END_ID.data()), FILE_END_ID.size()); // // //
85
}
86
87
void CDocumentFile::CreateBlock(std::string_view ID, int Version) // // //
88
{
Callers
1
Save
Method · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected