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

Method CompressBuffer

phxqueue_phxrpc/consumer/consumer.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void Consumer::CompressBuffer(const string &buffer, string &compressed_buffer,
48 const int buffer_type) {
49 compressed_buffer = buffer;
50}
51
52phxqueue::comm::RetCode
53Consumer::Get(const phxqueue::comm::proto::GetRequest &req,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected