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

Method close

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

Source from the content-addressed store, hash-verified

124}
125
126void hx::zip::zlib::ZLibUncompress::close()
127{
128 if (nullptr == handle)
129 {
130 return;
131 }
132
133 inflateEnd(handle);
134
135 handle = nullptr;
136
137 _hx_set_finalizer(this, nullptr);
138}

Callers 1

ZLibUncompressMethod · 0.45

Calls 1

_hx_set_finalizerFunction · 0.85

Tested by

no test coverage detected