MCPcopy Create free account
hub / github.com/F-Stack/f-stack / utilTest

Function utilTest

app/redis-6.2.6/src/util.c:949–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947
948#define UNUSED(x) (void)(x)
949int utilTest(int argc, char **argv, int accurate) {
950 UNUSED(argc);
951 UNUSED(argv);
952 UNUSED(accurate);
953
954 test_string2ll();
955 test_string2l();
956 test_ll2string();
957 return 0;
958}
959#endif

Callers

nothing calls this directly

Calls 3

test_string2llFunction · 0.85
test_string2lFunction · 0.85
test_ll2stringFunction · 0.85

Tested by

no test coverage detected