Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ sasl
Method
sasl
cpp/src/transport.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
class sasl transport::sasl() const {
46
return pn_sasl(pn_object());
47
}
48
49
error_condition transport::error() const {
50
return make_wrapper(pn_transport_condition(pn_object()));
Callers
1
on_connection_open
Method · 0.45
Calls
1
pn_sasl
Function · 0.85
Tested by
no test coverage detected