MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / main

Function main

src/common/classes/misc/string_test.cpp:662–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662int main(int ac, char **av)
663{
664 int n = TEST_ITEMS;
665 start();
666 while (n--) {
667 test();
668 }
669 report();
670#if defined(DEV_BUILD) && defined(FIRESTR)
671 getDefaultMemoryPool()->print_contents(stdout, 0);
672#endif
673 printf("Press enter to continue\n");
674 getchar();
675 return 0;
676}

Callers

nothing calls this directly

Calls 6

getDefaultMemoryPoolFunction · 0.85
getcharFunction · 0.85
startFunction · 0.70
testFunction · 0.70
reportFunction · 0.70
print_contentsMethod · 0.45

Tested by

no test coverage detected