MCPcopy Create free account
hub / github.com/axmolengine/axmol / encrypt

Method encrypt

core/base/UserDefault.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void UserDefault::encrypt(std::string& inout, int enc)
107{
108 if (!inout.empty())
109 encrypt(&inout.front(), inout.size(), enc);
110}
111
112void UserDefault::encrypt(char* inout, size_t size, int enc)
113{

Callers 2

lazyInitMethod · 0.95
ud_write_v_sFunction · 0.80

Calls 5

minFunction · 0.50
emptyMethod · 0.45
frontMethod · 0.45
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected