Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool terminus::dynamic() const {
48
return pn_terminus_is_dynamic(object_);
49
}
50
51
bool terminus::anonymous() const {
52
return pn_terminus_get_address(object_) == NULL;
Callers
9
on_sender_open
Method · 0.45
on_container_start
Method · 0.45
test_link_anonymous_dynamic
Function · 0.45
on_sender_open
Method · 0.45
on_sender_open
Method · 0.45
on_container_start
Method · 0.45
on_container_start
Method · 0.45
open
Method · 0.45
open
Method · 0.45
Calls
1
pn_terminus_is_dynamic
Function · 0.85
Tested by
3
on_sender_open
Method · 0.36
on_container_start
Method · 0.36
test_link_anonymous_dynamic
Function · 0.36