Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ operator ->
Method
operator ->
libhsclient/thread.hpp:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
T& operator *() { return obj; }
67
T *operator ->() { return &obj; }
68
private:
69
static void *thread_main(void *arg) {
70
thread *p = static_cast<thread *>(arg);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected