MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / main

Function main

utils/tracking_collisions.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int main(void) {
73 printf("SHA1 : %lu\n", testHashingFunction(sha1Hash));
74 printf("CRC64: %lu\n", testHashingFunction(crc64Hash));
75 return 0;
76}

Callers

nothing calls this directly

Calls 1

testHashingFunctionFunction · 0.85

Tested by

no test coverage detected