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

Method body

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

Source from the content-addressed store, hash-verified

234void message::inferred(bool b) { pn_message_set_inferred(pn_msg(), b); }
235
236void message::body(const value& x) { impl().body.reset(pn_message_body(pn_msg())); body() = x; }
237
238const value& message::body() const { impl().body.reset(pn_message_body(pn_msg())); return impl().body; }
239value& message::body() { impl().body.reset(pn_message_body(pn_msg())); return impl().body; }

Callers 15

on_sendableMethod · 0.80
on_sendableMethod · 0.80
on_sendableMethod · 0.80
test_message_defaultsFunction · 0.80
test_message_propertiesFunction · 0.80
test_message_bodyFunction · 0.80
test_message_reuseFunction · 0.80
test_messageFunction · 0.80
on_messageMethod · 0.80
on_sendableMethod · 0.80
receive_threadFunction · 0.80

Calls 3

pn_message_bodyFunction · 0.85
implClass · 0.50
resetMethod · 0.45

Tested by 15

on_sendableMethod · 0.64
on_sendableMethod · 0.64
on_sendableMethod · 0.64
test_message_defaultsFunction · 0.64
test_message_propertiesFunction · 0.64
test_message_bodyFunction · 0.64
test_message_reuseFunction · 0.64
test_messageFunction · 0.64
decode_message_fileMethod · 0.64
outcomeMethod · 0.64
on_messageMethod · 0.64