Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
SocketAddress Socket::getLocalAddress() const {
375
return getLocalAddress(_handle);
376
}
377
378
SocketAddress Socket::getLocalAddress(int fd) {
379
SocketAddress::Addr addr;
Callers
nothing calls this directly
Calls
1
setAddress
Method · 0.80
Tested by
no test coverage detected