MCPcopy Create free account
hub / github.com/apple/foundationdb / native_handle

Method native_handle

flow/Net2.actor.cpp:710–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 }
709
710 boost::asio::ip::udp::socket::native_handle_type native_handle() override { return socket.native_handle(); }
711
712private:
713 UDPSocket(boost::asio::io_service& io_service, Optional<NetworkAddress> toAddress, bool isV6)

Callers 7

printMethod · 0.45
ConfigureSSLStreamFunction · 0.45
initMethod · 0.45
initMethod · 0.45
ListenerMethod · 0.45
initFunction · 0.45
SSLListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected