Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ FreeData
Method
FreeData
src/Encryption.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
int Encryption::FreeData(char * data) {
70
return SU::FreeChar(data);
71
}
72
73
int Encryption::SetDefaultKey(const char * defKey, int size) {
74
if (size == -1)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected