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

Function main

extra/yassl/examples/echoclient/echoclient.cpp:107–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105#ifndef NO_MAIN_DRIVER
106
107 int main(int argc, char** argv)
108 {
109 func_args args;
110
111 args.argc = argc;
112 args.argv = argv;
113
114 echoclient_test(&args);
115 yaSSL_CleanUp();
116
117 return args.return_code;
118 }
119
120#endif // NO_MAIN_DRIVER

Callers

nothing calls this directly

Calls 2

echoclient_testFunction · 0.85
yaSSL_CleanUpFunction · 0.85

Tested by

no test coverage detected