MCPcopy Create free account
hub / github.com/apache/mesos / address

Method address

3rdparty/libprocess/src/socket.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126Try<Address> SocketImpl::address() const
127{
128 // TODO(benh): Cache this result so that we don't have to make
129 // unnecessary system calls each time.
130 return network::address(get());
131}
132
133
134Try<Address> SocketImpl::peer() const

Callers

nothing calls this directly

Calls 2

addressFunction · 0.70
getFunction · 0.70

Tested by

no test coverage detected