MCPcopy Create free account
hub / github.com/apache/brpc / ZlibDecompress

Function ZlibDecompress

src/brpc/policy/gzip_compress.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool ZlibDecompress(const butil::IOBuf& data,
183 google::protobuf::Message* msg) {
184 return Decompress(data, msg, google::protobuf::io::GzipInputStream::ZLIB);
185}
186
187bool GzipDecompress(const butil::IOBuf& data, butil::IOBuf* msg) {
188 return GzipDecompressBase(

Callers

nothing calls this directly

Calls 2

DecompressFunction · 0.85
GzipDecompressBaseFunction · 0.85

Tested by

no test coverage detected