Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ InitializeThreadSafety
Method
InitializeThreadSafety
extensions/mysql/mysql/MyDriver.cpp:217–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
bool MyDriver::InitializeThreadSafety()
218
{
219
return (mysql_thread_init() == 0);
220
}
221
222
void MyDriver::ShutdownThreadSafety()
223
{
Callers
1
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected