MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SaveHeadersOpt

Method SaveHeadersOpt

engine/Poseidon/IO/PackFiles.cpp:406–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void FileBankManager::SaveHeadersOpt(QOStream& out)
407{
408 for (int i = 0; i < files.Size(); i++)
409 {
410 const FileInfoExt& file = files[i];
411 SaveFileInfo(file, out);
412 }
413}
414
415void FileBankManager::SaveHeadersOpt(SOFStream& out)
416{

Callers

nothing calls this directly

Calls 2

SaveFileInfoFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected