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

Method dynamic_properties

cpp/src/terminus.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64terminus::dynamic_property_map terminus::dynamic_properties() const {
65 value props(pn_terminus_properties(object_));
66 dynamic_property_map properties;
67 if (!props.empty()) {
68 properties.value(props);
69 }
70 return properties;
71}
72}

Callers 3

on_sender_openMethod · 0.80
on_container_startMethod · 0.80
on_receiver_openMethod · 0.80

Calls 3

pn_terminus_propertiesFunction · 0.85
emptyMethod · 0.45
valueMethod · 0.45

Tested by 3

on_sender_openMethod · 0.64
on_container_startMethod · 0.64
on_receiver_openMethod · 0.64