Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ GetDefaultKey
Method
GetDefaultKey
src/Encryption.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
const char* Encryption::GetDefaultKey() {
94
return _DefaultKey;
95
}
96
97
bool Encryption::IsDefaultKey() {
98
return _IsDefaultKey;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected