MCPcopy Create free account
hub / github.com/Tencent/phxsql / TickFunc

Function TickFunc

phxsqlproxy/phxsqlproxymain.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int TickFunc(void* args) {
68// LogError("%s:%d TickFunc", __func__, __LINE__);
69 return 0;
70}
71
72template<class T>
73int StartWorker(PHXSqlProxyConfig * config, WorkerConfig_t * worker_config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected