MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / getLocalAddress

Method getLocalAddress

src/utils/socket.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374SocketAddress Socket::getLocalAddress() const {
375 return getLocalAddress(_handle);
376}
377
378SocketAddress Socket::getLocalAddress(int fd) {
379 SocketAddress::Addr addr;

Callers

nothing calls this directly

Calls 1

setAddressMethod · 0.80

Tested by

no test coverage detected