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

Method CompressBuffer

phxqueue/test/simpleproducer.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30void SimpleProducer::CompressBuffer(const string &buffer, string &compress_buffer,
31 int &buffer_type) {
32 QLVerb("CompressBuffer");
33 buffer_type = 0;
34 compress_buffer = buffer;
35}
36
37comm::RetCode SimpleProducer::Add(const comm::proto::AddRequest &req,
38 comm::proto::AddResponse &resp) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected