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

Method create

handlersocket/hstcpsvr.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142hstcpsvr_ptr
143hstcpsvr_i::create(const config& conf)
144{
145 return hstcpsvr_ptr(new hstcpsvr(conf));
146}
147
148};
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected