Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void UserDefault::encrypt(std::string& inout, int enc)
107
{
108
if (!inout.empty())
109
encrypt(&inout.front(), inout.size(), enc);
110
}
111
112
void UserDefault::encrypt(char* inout, size_t size, int enc)
113
{
Callers
2
lazyInit
Method · 0.95
ud_write_v_s
Function · 0.80
Calls
5
min
Function · 0.50
empty
Method · 0.45
front
Method · 0.45
size
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected