Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getFileMD5Hash
Function
getFileMD5Hash
core/base/Utils.cpp:404–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
std::string getFileMD5Hash(std::string_view filename, uint32_t bufferSize)
405
{
406
return computeFileDigest(filename,
"md5"
sv, bufferSize);
407
}
408
409
std::string getDataMD5Hash(const Data& data)
410
{
Callers
1
tolua_cocos2d_utils_getFileMD5Hash
Function · 0.85
Calls
1
computeFileDigest
Function · 0.85
Tested by
no test coverage detected