Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ md5_comp
Function
md5_comp
src/base/hash.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
int md5_comp(MD5_DIGEST digest1, MD5_DIGEST digest2)
72
{
73
return mem_comp(digest1.data, digest2.data, sizeof(digest1.data));
74
}
Callers
2
TEST
Function · 0.85
operator==
Function · 0.85
Calls
1
mem_comp
Function · 0.85
Tested by
1
TEST
Function · 0.68