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

Method get_orig_source_addr

src/msg/Message.h:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 return get_source();
537 }
538 entity_addr_t get_orig_source_addr() const {
539 return get_source_addr();
540 }
541 entity_addrvec_t get_orig_source_addrs() const {
542 return get_source_addrs();
543 }

Callers 3

preprocess_beaconMethod · 0.80
prepare_commandMethod · 0.80
prepare_bootMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected