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

Function check

cpp/src/message.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118namespace {
119void check(int err) {
120 if (err) throw error(error_str(err));
121}
122} // namespace
123
124void message::id(const message_id& id) { pn_message_set_id(pn_msg(), id.atom_); }

Callers 11

userMethod · 0.70
toMethod · 0.70
addressMethod · 0.70
subjectMethod · 0.70
reply_toMethod · 0.70
content_typeMethod · 0.70
content_encodingMethod · 0.70
group_idMethod · 0.70
reply_to_group_idMethod · 0.70
encodeMethod · 0.70
decodeMethod · 0.70

Calls 2

errorClass · 0.85
error_strFunction · 0.85

Tested by

no test coverage detected