MCPcopy Create free account
hub / github.com/ceph/ceph / is_connected

Method is_connected

src/msg/async/AsyncConnection.cc:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool AsyncConnection::is_connected() {
504 return protocol->is_connected();
505}
506
507void AsyncConnection::connect(const entity_addrvec_t &addrs, int type,
508 entity_addr_t &target) {

Callers 2

processMethod · 0.45
send_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected