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

Method getRemote

libapp2sys/src/main/cpp/protocol.h:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 T getRemote() {
321 return remote;
322 }
323
324 int64_t processSend(uint32_t funcid, T *r, uint8_t *data, uint32_t len) {//server send
325 remote = *r;

Callers 2

localServerRespThreadMethod · 0.80
udpServerThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected