MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / main

Function main

extra/yassl/taocrypt/test/test.cpp:320–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318#ifndef NO_MAIN_DRIVER
319
320 int main(int argc, char** argv)
321 {
322 func_args args;
323
324 args.argc = argc;
325 args.argv = argv;
326
327 taocrypt_test(&args);
328 TaoCrypt::CleanUp();
329
330 return args.return_code;
331 }
332
333#endif // NO_MAIN_DRIVER
334

Callers

nothing calls this directly

Calls 1

taocrypt_testFunction · 0.85

Tested by

no test coverage detected