MCPcopy Create free account
hub / github.com/acl-dev/acl / pipe_zip_begin

Method pipe_zip_begin

lib_acl_cpp/src/stdlib/zlib_stream.cpp:716–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716bool zlib_stream::pipe_zip_begin(zlib_level_t level /* = zlib_default */,
717 zlib_flush_t flag /* = zlib_flush_off */)
718{
719 flush_ = flag;
720 return zip_begin(level);
721}
722
723bool zlib_stream::pipe_unzip_begin(zlib_flush_t flag /* = zlib_flush_off */)
724{

Callers 1

test_zlib_pipeFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_zlib_pipeFunction · 0.64