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

Method dynamic

cpp/src/terminus.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool terminus::dynamic() const {
48 return pn_terminus_is_dynamic(object_);
49}
50
51bool terminus::anonymous() const {
52 return pn_terminus_get_address(object_) == NULL;

Callers 9

on_sender_openMethod · 0.45
on_container_startMethod · 0.45
on_sender_openMethod · 0.45
on_sender_openMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
openMethod · 0.45
openMethod · 0.45

Calls 1

pn_terminus_is_dynamicFunction · 0.85

Tested by 3

on_sender_openMethod · 0.36
on_container_startMethod · 0.36