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

Method UncompressBuffer

phxqueue/test/simpleconsumer.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57comm::RetCode SimpleConsumer::UncompressBuffer(const std::string &buffer, const int buffer_type,
58 std::string &decoded_buffer) {
59 decoded_buffer = buffer;
60 return comm::RetCode::RET_OK;
61}
62
63void SimpleConsumer::RestoreUserCookies(const comm::proto::Cookies &user_cookies) {
64}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected