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

Method clientSendData

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

Source from the content-addressed store, hash-verified

359 }
360
361 int64_t clientSendData(const uint8_t *data, const int len) {
362 return sendData(m_fd, data, len);
363 }
364
365 int64_t sendData(const int fd, const uint8_t *data, const int len) {
366 if (data == NULL || len <= 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected