Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ subject
Method
subject
cpp/src/message.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void message::subject(const std::string &s) {
157
check(pn_message_set_subject(pn_msg(), s.c_str()));
158
}
159
160
std::string message::subject() const {
161
const char* s = pn_message_get_subject(pn_msg());
Callers
3
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
test_message_print
Function · 0.45
Calls
4
c_str
Method · 0.80
check
Function · 0.70
pn_message_set_subject
Function · 0.50
pn_message_get_subject
Function · 0.50
Tested by
3
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36
test_message_print
Function · 0.36