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

Method LocalsocketClient

libapp2sys/src/main/cpp/client.h:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136public:
137 LocalsocketClient() {
138 m_runningFlag = 0;
139 m_DataCallback = NULL;
140 respHeaderOffset = 0;
141 respPayload = NULL;
142 respPayloadOffset = 0;
143 }
144
145private:
146 std::string m_remotepath;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected