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