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

Function swap

cpp/src/message.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void swap(message& x, message& y) {
85 std::swap(x.pn_msg_, y.pn_msg_);
86}
87
88pn_message_t *message::pn_msg() const {
89 if (!pn_msg_) {

Callers 2

messageMethod · 0.70
message.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected