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

Method SendPack

libapp2sys/src/main/cpp/localsocket.h:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 uint32_t offset;
27
28 SendPack() {
29 fd = 0;
30 data = NULL;
31 len = 0;
32 offset = 0;
33 }
34 } SendPack;
35
36 int m_fd;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected