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

Method LocalSocketServer

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

Source from the content-addressed store, hash-verified

113
114public:
115 LocalSocketServer() {
116 inst = NULL;
117 running = 0;
118 }
119
120 static void* localServerRespThread(void *args) {
121 pdbg("localServerRespThread run pid:%d tid:%d", getpid(), gettid());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected