Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
std::string ssl_connection::get_cipher() {
303
return cipher;
304
}
305
306
void 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