MCPcopy Create free account
hub / github.com/RsyncProject/rsync / main

Function main

popt/lookup3.c:950–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948
949
950int main(int argc, char ** argv)
951{
952 driver1(); /* test that the key is hashed: used for timings */
953 driver2(); /* test that whole key is hashed thoroughly */
954 driver3(); /* test that nothing but the key is hashed */
955 driver4(); /* test hashing multiple buffers (all buffers are null) */
956 return 1;
957}
958
959#endif /* _JLU3_SELFTEST */

Callers

nothing calls this directly

Calls 4

driver1Function · 0.85
driver2Function · 0.85
driver3Function · 0.85
driver4Function · 0.85

Tested by

no test coverage detected