MCPcopy 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
111void message::clear() {
112 if (pn_msg_) {
113 impl().clear();
114 pn_message_clear(pn_msg_);
115 }
116}
117
118namespace {
119void check(int err) {

Callers 2

clearMethod · 0.45
decodeMethod · 0.45

Calls 2

pn_message_clearFunction · 0.85
implClass · 0.50

Tested by

no test coverage detected