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

Method get_code

src/msg/DispatchQueue.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return type != -1;
54 }
55 int get_code () const {
56 ceph_assert(is_code());
57 return type;
58 }
59 const ceph::ref_t<Message>& get_message() {
60 ceph_assert(!is_code());
61 return m;

Callers 1

entryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected