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

Method pipe_unzip_begin

lib_acl_cpp/src/stdlib/zlib_stream.cpp:723–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723bool zlib_stream::pipe_unzip_begin(zlib_flush_t flag /* = zlib_flush_off */)
724{
725 flush_ = flag;
726 return unzip_begin();
727}
728
729int zlib_stream::push_pop(const char* in, size_t len,
730 string* out, size_t max /* = 0 */ acl_unused)

Callers 1

test_zlib_pipeFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_zlib_pipeFunction · 0.64