Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
dbcontext_ptr
198
database::create_context(bool for_write) volatile
199
{
200
return dbcontext_ptr(new dbcontext(this, for_write));
201
}
202
203
void
204
database::stop() volatile
Callers
1
hstcpsvr_worker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected