Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ my_checksum
Function
my_checksum
mysys/checksum.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
*/
30
31
ha_checksum my_checksum(ha_checksum crc, const uchar *pos, size_t length)
32
{
33
return (ha_checksum)crc32((uint)crc, pos, (uint)length);
34
}
35
Callers
1
checksum_format_specifier
Function · 0.85
Calls
1
crc32
Function · 0.85
Tested by
no test coverage detected