MCPcopy 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

24namespace proton {
25
26enum sasl::outcome sasl::outcome() const { return static_cast<enum outcome>(pn_sasl_outcome(object_)); }
27
28std::string sasl::user() const {
29 const char *name = pn_sasl_get_user(object_);

Callers 1

on_connection_openMethod · 0.45

Calls 1

pn_sasl_outcomeFunction · 0.85

Tested by

no test coverage detected