MCPcopy Create free account
hub / github.com/KDE/heaptrack / zstd_base

Method zstd_base

3rdparty/boost-zstd/zstd.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57namespace detail {
58
59zstd_base::zstd_base()
60 : cstream_(ZSTD_createCStream()), dstream_(ZSTD_createDStream()), in_(new ZSTD_inBuffer), out_(new ZSTD_outBuffer), eof_(0)
61 { }
62
63zstd_base::~zstd_base()
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected