MCPcopy 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
212bool MyDriver::IsThreadSafe()
213{
214 return (mysql_thread_safe() != 0);
215}
216
217bool MyDriver::InitializeThreadSafety()
218{

Callers 4

ConnectToDbAsyncFunction · 0.45
SQL_TQueryFunction · 0.45
SQL_ExecuteTransactionFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected