MCPcopy Create free account
hub / github.com/3rdparty/libprocess / get

Method get

include/process/socket.hpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 int_fd get() const
343 {
344 return impl->get();
345 }
346
347 Try<AddressType> bind(const AddressType& address)
348 {

Callers 3

createMethod · 0.45
SocketClass · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected