Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void swap(message& x, message& y) {
85
std::swap(x.pn_msg_, y.pn_msg_);
86
}
87
88
pn_message_t *message::pn_msg() const {
89
if (!pn_msg_) {
Callers
2
message
Method · 0.70
message.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected