Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ clear
Method
clear
cpp/src/message.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void message::clear() {
112
if (pn_msg_) {
113
impl().clear();
114
pn_message_clear(pn_msg_);
115
}
116
}
117
118
namespace {
119
void check(int err) {
Callers
2
clear
Method · 0.45
decode
Method · 0.45
Calls
2
pn_message_clear
Function · 0.85
impl
Class · 0.50
Tested by
no test coverage detected