MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / CopyToZstd

Function CopyToZstd

Sources/Shared/IO/PakFile.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357# endif
358# if defined(WITH_ZSTD)
359 static void CopyToZstd(Stream& input, Stream& output, std::int64_t& uncompressedSize)
360 {
361 ZstdWriter dw(output);
362 uncompressedSize = input.CopyTo(dw);
363 }
364# endif
365#endif
366

Callers 1

AddFileMethod · 0.85

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected