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

Function main

extra/yassl/examples/client/client.cpp:165–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163#ifndef NO_MAIN_DRIVER
164
165 int main(int argc, char** argv)
166 {
167 func_args args;
168
169 args.argc = argc;
170 args.argv = argv;
171
172 client_test(&args);
173 yaSSL_CleanUp();
174
175 return args.return_code;
176 }
177
178#endif // NO_MAIN_DRIVER
179

Callers

nothing calls this directly

Calls 2

client_testFunction · 0.85
yaSSL_CleanUpFunction · 0.85

Tested by

no test coverage detected