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

Method create_context

handlersocket/database.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197dbcontext_ptr
198database::create_context(bool for_write) volatile
199{
200 return dbcontext_ptr(new dbcontext(this, for_write));
201}
202
203void
204database::stop() volatile

Callers 1

hstcpsvr_workerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected