MCPcopy 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
82void CDocumentFile::EndDocument()
83{
84 Write(reinterpret_cast<const unsigned char *>(FILE_END_ID.data()), FILE_END_ID.size()); // // //
85}
86
87void CDocumentFile::CreateBlock(std::string_view ID, int Version) // // //
88{

Callers 1

SaveMethod · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected