Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ container_id
Method
container_id
cpp/src/connection.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
std::string connection::container_id() const {
75
return str(pn_connection_remote_container(pn_object()));
76
}
77
78
std::string connection::user() const {
79
return str(pn_transport_get_user(pn_connection_transport(pn_object())));
Callers
5
connect
Method · 0.45
accept
Method · 0.45
on_connection_open
Method · 0.45
make_connection_lh
Method · 0.45
reconnect
Method · 0.45
Calls
2
str
Function · 0.70
pn_connection_remote_container
Function · 0.50
Tested by
1
on_connection_open
Method · 0.36