Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ outcome
Method
outcome
cpp/src/sasl.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace proton {
25
26
enum sasl::outcome sasl::outcome() const { return static_cast<enum outcome>(pn_sasl_outcome(object_)); }
27
28
std::string sasl::user() const {
29
const char *name = pn_sasl_get_user(object_);
Callers
1
on_connection_open
Method · 0.45
Calls
1
pn_sasl_outcome
Function · 0.85
Tested by
no test coverage detected