Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
namespace {
119
void check(int err) {
120
if (err) throw error(error_str(err));
121
}
122
} // namespace
123
124
void message::id(const message_id& id) { pn_message_set_id(pn_msg(), id.atom_); }
Callers
11
user
Method · 0.70
to
Method · 0.70
address
Method · 0.70
subject
Method · 0.70
reply_to
Method · 0.70
content_type
Method · 0.70
content_encoding
Method · 0.70
group_id
Method · 0.70
reply_to_group_id
Method · 0.70
encode
Method · 0.70
decode
Method · 0.70
Calls
2
error
Class · 0.85
error_str
Function · 0.85
Tested by
no test coverage detected