Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ PhxThread
Method
PhxThread
phxsqlproxy/phxthread.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace phxsqlproxy {
16
17
PhxThread::PhxThread() :
18
thr_(NULL) {
19
}
20
21
PhxThread::~PhxThread() {
22
if (thr_)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected