MCPcopy Create free account
hub / github.com/Norbyte/bg3se / AddHeader

Method AddHeader

BG3Extender/Extender/Shared/CrashReporter.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void AddHeader()
198 {
199 f_.write((char*)&Signature, sizeof(Signature));
200
201 uint32_t ver = Version;
202 AddSection(TagHeader, std::string_view((char*)&ver, sizeof(ver)));
203 }
204
205private:
206 std::ofstream f_;

Callers 1

CreateCrashReportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected