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

Method currentDeliveryPeerAddress

fdbrpc/FlowTransport.actor.cpp:1976–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976NetworkAddress FlowTransport::currentDeliveryPeerAddress() const {
1977 return g_currentDeliveryPeerAddress.address;
1978}
1979
1980bool FlowTransport::currentDeliveryPeerIsTrusted() const {
1981 return g_currentDeliverPeerAddressTrusted;

Callers 2

validateMethod · 0.80
receiveMethod · 0.80

Calls

no outgoing calls

Tested by 1

receiveMethod · 0.64