Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ anonymous
Method
anonymous
cpp/src/terminus.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
bool terminus::anonymous() const {
52
return pn_terminus_get_address(object_) == NULL;
53
}
54
55
value terminus::node_properties() const {
56
return value(pn_terminus_properties(object_));
Callers
1
test_link_anonymous_dynamic
Function · 0.80
Calls
1
pn_terminus_get_address
Function · 0.50
Tested by
1
test_link_anonymous_dynamic
Function · 0.64