MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / create

Method create

handlersocket/hstcpsvr_worker.cpp:944–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944hstcpsvr_worker_ptr
945hstcpsvr_worker_i::create(const hstcpsvr_worker_arg& arg)
946{
947 return hstcpsvr_worker_ptr(new hstcpsvr_worker(arg));
948}
949
950};
951

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected