MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / RecvCache

Method RecvCache

libapp2sys/src/main/cpp/server.h:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 uint32_t reqPayloadOffset;
24
25 RecvCache() {
26 reqHeaderOffset = 0;
27 reqPayload = NULL;
28 reqPayloadOffset = 0;
29 }
30 ~RecvCache() {
31 reqHeaderOffset = 0;
32 if (reqPayload) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected