MCPcopy Create free account
hub / github.com/Tencent/phxqueue / UncompressBuffer

Method UncompressBuffer

phxqueue_phxrpc/consumer/consumer.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38Consumer::~Consumer() {}
39
40phxqueue::comm::RetCode
41Consumer::UncompressBuffer(const string &buffer, const int buffer_type,
42 string &uncompressed_buffer) {
43 uncompressed_buffer = buffer;
44 return phxqueue::comm::RetCode::RET_OK;
45}
46
47void Consumer::CompressBuffer(const string &buffer, string &compressed_buffer,
48 const int buffer_type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected