MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ZLibUncompress

Method ZLibUncompress

src/hx/zip/zlib/ZLibUncompress.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62hx::zip::zlib::ZLibUncompress::ZLibUncompress(z_stream* inHandle) : handle(inHandle), flush(0)
63{
64 _hx_set_finalizer(this, [](Dynamic obj) { reinterpret_cast<ZLibUncompress*>(obj.mPtr)->close(); });
65}
66
67hx::zip::Result hx::zip::zlib::ZLibUncompress::execute(cpp::marshal::View<uint8_t> src, cpp::marshal::View<uint8_t> dst)
68{

Callers

nothing calls this directly

Calls 2

_hx_set_finalizerFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected