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

Method getDebugID

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

Source from the content-addressed store, hash-verified

326 // this may not be an address we can connect to!
327 NetworkAddress getPeerAddress() const override { return peerEndpoint; }
328 UID getDebugID() const override { return dbgid; }
329
330 boost::asio::ip::tcp::socket& getSocket() override { throw operation_failed(); }
331

Callers 8

incomingMethod · 0.45
onIncomingConnectionMethod · 0.45
Future<Void> listenFunction · 0.45
Response>> doRequestMethod · 0.45
catchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected