MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / get_cipher

Method get_cipher

src/dpp/sslconnection.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302std::string ssl_connection::get_cipher() {
303 return cipher;
304}
305
306void ssl_connection::log(dpp::loglevel severity, const std::string &msg) const {
307}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected