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

Method CompressBuffer

phxqueue/test/simpleconsumer.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void SimpleConsumer::CompressBuffer(const std::string &buffer, std::string &compress_buffer,
67 const int buffer_type) {
68 compress_buffer = buffer;
69}
70
71
72comm::RetCode SimpleConsumer::GetAddrScale(const comm::proto::GetAddrScaleRequest &req,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected