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

Method LogFileOp

engine/Poseidon/IO/Streams/QBStream.cpp:239–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 *n = 0; // zero terminate in any case
238 strlwr(name);
239 i.name = name;
240 i.compressedMagic = LoadInt(f);
241 i.uncompressedSize = LoadInt(f);
242 i.startOffset = LoadInt(f);
243 i.time = LoadInt(f);
244 i.length = LoadInt(f);
245}
246
247} // namespace Poseidon
248
249bool GLogFileOps = false;
250
251namespace Poseidon
252{
253
254// simple logging - log what is used, do not check for double files

Callers 1

ReadMethod · 0.80

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected