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

Method create

libhsclient/hstcpcli.cpp:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434hstcpcli_ptr
435hstcpcli_i::create(const socket_args& args)
436{
437 return hstcpcli_ptr(new hstcpcli(args));
438}
439
440};
441

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected