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

Method LocalSocket

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

Source from the content-addressed store, hash-verified

234
235public:
236 LocalSocket() {
237 m_pipefd[0] = 0;
238 m_pipefd[1] = 0;
239 m_fd = 0;
240 }
241
242 virtual ~LocalSocket() {
243 uninit(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected