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

Method get

src/msg/Message.h:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 Message *get() {
351 return static_cast<Message *>(RefCountedObject::get());
352 }
353
354protected:
355 ~Message() override {

Callers 6

get_policyMethod · 0.45
intrusive_ptr_add_refFunction · 0.45
get_connectionMethod · 0.45
ms_can_fast_dispatch2Method · 0.45
ms_fast_preprocess2Method · 0.45
ms_dispatch2Method · 0.45

Calls 1

getFunction · 0.50

Tested by

no test coverage detected