Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ GetReadTimeout
Method
GetReadTimeout
phxsqlclient/phxsqlclientbase.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int PhxSQLClientConfig::GetReadTimeout() {
58
return m_iReadTimeout;
59
}
60
61
void PhxSQLClientConfig::SetReadTimeout(int iReadTimeout) {
62
m_iReadTimeout = iReadTimeout;
Callers
1
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected