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

Method native_handle

fdbrpc/sim2.actor.cpp:2480–2480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2478 NetworkAddress localAddress() const override { return _localAddress; }
2479
2480 boost::asio::ip::udp::socket::native_handle_type native_handle() override { return 0; }
2481};
2482
2483Future<Reference<IUDPSocket>> Sim2::createUDPSocket(NetworkAddress toAddr) {

Callers 5

debugFDMethod · 0.45
truncateMethod · 0.45
syncMethod · 0.45
sizeMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected