Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsThreadSafe
Method
IsThreadSafe
extensions/mysql/mysql/MyDriver.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
bool MyDriver::IsThreadSafe()
213
{
214
return (mysql_thread_safe() != 0);
215
}
216
217
bool MyDriver::InitializeThreadSafety()
218
{
Callers
4
ConnectToDbAsync
Function · 0.45
SQL_TQuery
Function · 0.45
SQL_ExecuteTransaction
Function · 0.45
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected