MCPcopy 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
217bool MyDriver::InitializeThreadSafety()
218{
219 return (mysql_thread_init() == 0);
220}
221
222void MyDriver::ShutdownThreadSafety()
223{

Callers 1

RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected