MCPcopy Create free account
hub / github.com/apache/qpid-proton / get_name

Method get_name

cpp/src/sender_options.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124void sender_options::apply(sender& s) const { impl_->apply(s); }
125
126const std::string* sender_options::get_name() const {
127 return impl_->name.set ? &impl_->name.value : 0;
128}
129} // namespace proton

Callers 2

open_senderMethod · 0.45
open_receiverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected